my-homelab-configs/infra/promotion/README.md

19 lines
411 B
Markdown

# Canary Promotion And Rollback
The promotion flow is a guarded release model for app changes:
1. validate repository and generated docs
2. deploy/check dev namespace
3. run synthetic, eval, and security checks
4. promote main/prod only after checks pass
5. keep rollback instructions visible
Run:
```bash
./jeannie promote plan
./jeannie promote validate
./jeannie promote rollback website-production
```