We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
we are not seeing the deployment in progress tag on environments once you click on deploy button
Once the deploy button is clicked, we are dispatching the workflow to run deployment.
However, deployment entity is created once the webhook for this deployment comes to Helios.
We also have HeliosDeployment Entity which is created immediately.
We need to keep track of deployments and find a way to immediately store deployments once the deploy clicked.
One idea: we can create the entity once the button is clicked. Then we can match the webhook coming to helios with that entity
The text was updated successfully, but these errors were encountered:
TurkerKoc
Successfully merging a pull request may close this issue.
we are not seeing the deployment in progress tag on environments once you click on deploy button
Once the deploy button is clicked, we are dispatching the workflow to run deployment.
However, deployment entity is created once the webhook for this deployment comes to Helios.
We also have HeliosDeployment Entity which is created immediately.
We need to keep track of deployments and find a way to immediately store deployments once the deploy clicked.
One idea: we can create the entity once the button is clicked. Then we can match the webhook coming to helios with that entity
The text was updated successfully, but these errors were encountered: