Rollback and promote
You can activate any ready or superseded deployment in the history list. Depending on whether that deployment is older or newer than the current one, the action is labelled Rollback or Promote — but both work the same way.
How it works
Activating a historical deployment re-deploys its already-built image to the runner. No rebuild from source happens. The process goes straight to the deploying phase, so it is significantly faster than a fresh deployment.
The current deployment is superseded when the re-deploy becomes ready.
Steps
- Go to Project → Environment → Deployments.
- Find the deployment you want to activate in the history list.
- Open its row menu and select Rollback (if it predates the current deployment) or Promote (if it is newer).
- Confirm. The environment enters a
deployingoperation — no other operations can run until it completes.