Cancel a running deployment #90
jamesmacwhite
started this conversation in
Feature Requests & Enhancements
Replies: 1 comment 3 replies
-
Yeah I've had this need too. I've also similarly thought it would be nice to be able to rollback changes. I know that might be a bit tricky with version changes and project config changes though and may be riskier than just reverting on Git. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
At present once a deployment has been triggered either manually or by the "on push" trigger, there is no way to cancel it. This can be useful if there is an issue identified before it completes.
Scenario: We noticed our non-live environments having issues with loading build artifacts for recent code deployments, but I had just triggered a deployment to our production environment. I could not stop this process at this point, knowing a bad build was about to cause problems.
Beta Was this translation helpful? Give feedback.
All reactions