CI/CD pipelines
Automated build, test, and deploy workflows with GitHub Actions, GitLab CI, or similar. Separate staging and production paths, PR checks, and repeatable promotions instead of one-off production changes.
- Lint and test gates on pull requests
- Staging deploys before production
- Migration review as part of release flow
- Rollback steps documented for each service