docs(changelog): note health gate + verified end-to-end pipeline #7

Merged
cesnimda merged 1 commits from feature/pipeline-smoke-test into develop 2026-07-01 17:20:35 +02:00
Showing only changes of commit 3a6714cdc1 - Show all commits
+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.