385 B
385 B
id, title, sidebar_position
| id | title | sidebar_position |
|---|---|---|
| ci-cd | CI/CD | 4 |
GitHub Actions orchestrates builds and deployments across the BlackRoad repos.
- Lint + test on every PR
- Branch-based deploys:
dev→ preview,staging→ staging,main→ production - Health checks post-deploy hitting
/health.jsonand/version.json
TODO: Include action names, cache keys, and rollback procedures.