/deploy — Deploy
Build and deploy to the target environment.
Steps
- •Run
make dev(full verification: fmt + clippy + test) - •Run
make build-release(optimized build) - •Run quality score check
- •Deploy to specified environment
Environments
| Argument | Action |
|---|---|
staging | Deploy to staging |
production | Deploy to production (requires confirmation) |
Safety Checks
- •All tests must pass before deploy
- •Quality score must be >= 80 (staging) or >= 95 (production)
- •Production deploys require explicit user confirmation