Files
blackroad-os-docs/docs/infra/ci-cd.md
2025-11-19 13:38:39 -06:00

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.json and /version.json

TODO: Include action names, cache keys, and rollback procedures.