Deployment Model (target)
This is intentionally implementation-agnostic.Requirements
- Immutable build artifact per commit (container image recommended)
- Deploy by promoting a known artifact from staging to prod
- Rollback by redeploying a previous artifact
Minimum production deploy checklist
- Smoke tests pass in staging
- Dashboards show healthy baseline
- Alerts configured for the release
- Rollback plan documented and practiced