Docs for ci/cd setup
CI / frontend (push) Canceled after 0s
CI / backend (push) Canceled after 5s

This commit is contained in:
2026-08-11 08:06:00 +08:00
parent 8f36ffbb02
commit d90fc13955
2 changed files with 420 additions and 0 deletions
+3
View File
@@ -15,6 +15,9 @@ Custom metric families (counters, histograms, gauges), third-party collectors, d
### 3. Structured Logging with Serilog + Seq
Enrichers (correlation ID, machine name, thread ID), multiple sinks (console, Seq), structured property filtering, and centralized log search for distributed services.
### Gitea CI/CD with Docker Compose
Local vs production Compose split, multi-stage Dockerfiles, `.env` on the deploy host (not in CD), Gitea Actions CI (deps + tests) and CD (registry push, migrations, SSH deploy, smoke test, tag rollback). Full walkthrough: [`docs/guides/25-gitea-cicd-docker-deploy.md`](guides/25-gitea-cicd-docker-deploy.md).
---
## Data Layer