feat: [POKA-YOKE][BEZALEL] Deployments: Make prod pushes impossible without staging verification (#1095)

Refs #1095
Agent: groq
This commit is contained in:
Alexander Whitestone
2026-04-07 10:31:31 -04:00
parent d512f31dd6
commit d8ef95be95
3 changed files with 59 additions and 1 deletions

16
File:** `README.md Normal file
View File

@@ -0,0 +1,16 @@
# Deployment Safety
## Rollback Command
To roll back a service to the last known good version:
```bash
bezalel-rollback <service-name>
```
Example:
```bash
bezalel-rollback the-nexus
```
This command swaps traffic to the last verified version of the service.