Production Deploy
Deploy to production with rollback history, health checks, auto-rollback, deploy tracking, and replica support.
Production Deploy
Triggered when deploying the main or master branch. Production deploys include:
- Rollback history -- Previous images are tagged as
prev1throughprev5so you can instantly revert - Health checks -- Container running check + HTTP health check (configurable retries)
- Auto-rollback -- If the health check fails, the previous version is automatically restored
- Deploy tracking -- The last deploy commit hash is saved for diff summaries on the next deploy
- Replicas -- Multiple containers can be started based on the
replicasconfig - Zero-downtime updates -- Tool updates use scale-based blue-green deploy with automatic rollback
- Autoheal -- Unhealthy containers are automatically restarted
Related
- lift push -- The deploy command
- Preview Deploy -- Branch-based preview deployments
- Compose & Health Checks -- Build detection and health check details
- Architecture Overview -- How Lift deploys work under the hood
- Zero-Downtime Deploys -- Scale-based blue-green deployment strategy