docs(changelog): note health gate + verified end-to-end pipeline (#7)
CI / backend (push) Successful in 50s
CI / frontend (push) Successful in 16s
CI / backend (pull_request) Successful in 49s
CI / frontend (pull_request) Successful in 14s
Deploy Staging / deploy (push) Successful in 15s
Security / secrets (push) Successful in 4s
Security / dependencies (push) Successful in 53s
Security / secrets (pull_request) Successful in 4s
Security / dependencies (pull_request) Successful in 53s

Co-authored-by: cesnimda <connor.babbington@cesnimda.co.uk>
Reviewed-on: #7
This commit was merged in pull request #7.
This commit is contained in:
2026-07-01 17:20:34 +02:00
parent 045be2bb81
commit 9ee5d757f5
+3 -2
View File
@@ -13,8 +13,9 @@ All notable changes to InboxIntel are documented here. Format follows
### Added
- CI/CD pipeline (`.gitea/workflows/`): `security` (gitleaks secret scan + NuGet/npm
vulnerability gate), `deploy-staging` (auto-redeploy local staging on `develop`),
`deploy-prod` (tag-gated production promotion, inactive until the server exists).
vulnerability gate), `deploy-staging` (auto-redeploy local staging on `develop`,
with a post-deploy health gate), `deploy-prod` (tag-gated production promotion,
inactive until the server exists). Verified end-to-end on the self-hosted runner.
- Formal Git workflow & environment strategy (`docs/WORKFLOW.md`).
- Staging environment overlay (`docker-compose.staging.yml`) — production-shaped
Linux containers on Windows, isolated ports/volumes.