deploy · git:20260707.bb5f720 · 2026-07-07 · sha256 a8ca6c1c7d912170
deploy git:20260707.bb5f720A
Immutable. This exact content is served forever at /api/v1/blob/a8ca6c1c7d912170.
--- name: deploy description: Deploy the application to staging or production and roll back failed releases --- # Deploy Run deployments from a clean working tree on the main branch. <!-- skillsaw-assert content-unclosed-fence --> ```bash make deploy ENV=staging make deploy ENV=production ## Rollback Try to roll back immediately when a release fails health checks. Ideally the pipeline reverts bad releases on its own, but if possible verify the dashboards yourself after every deploy.