You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 7, 2025. It is now read-only.
Right now there is no way to re-run a failed deployment. The user can manually delete the deployment, and re-deploy using the deploy button but that's not that handy.
Why are we doing this
To improve user experience.
Solution
If a deployment is blocked/stuck, or failed, the details page and the popover menu can have a redeploy button which will trigger a new deployment with the same configuration.
Problem
Right now there is no way to re-run a failed deployment. The user can manually delete the deployment, and re-deploy using the
deploybutton but that's not that handy.Why are we doing this
To improve user experience.
Solution
If a deployment is blocked/stuck, or failed, the details page and the popover menu can have a
redeploybutton which will trigger a new deployment with the same configuration.