Rollbacks
Something wrong? Roll back to any previous deployment in one click. Zero downtime.
How it works
A rollback reuses the Docker image from a previous deployment. It skips the clone, detect, and build phases entirely, so it's fast.
- The previous image is started in a new container
- Health checks confirm the app is responding
- Traffic switches over
- The current container is stopped with a grace period
Rolling back
Open your project in the dashboard, find the deployment you want to restore in the deployment history, and click the rollback button.
Deployment history
Every deployment, including rollbacks, is logged with its commit SHA, status, duration, and trigger type. Rollbacks show up as trigger: rollback in the history.