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 prev1 through prev5 so 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 replicas config
  • Zero-downtime updates -- Tool updates use scale-based blue-green deploy with automatic rollback
  • Autoheal -- Unhealthy containers are automatically restarted