fix(gitea): surface workflow and alert receipt readiness
Some checks failed
CD Pipeline / workflow-shape (push) Successful in 1s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 3m18s
CD Pipeline / build-and-deploy (push) Failing after 50s
CD Pipeline / post-deploy-checks (push) Has been skipped

This commit is contained in:
ogt
2026-07-10 01:18:23 +08:00
parent 403c0a3d05
commit c0bdfff423
4 changed files with 69 additions and 11 deletions

View File

@@ -74,6 +74,9 @@ COPY --chown=appuser:appuser apps/api/models.json ./models.json
COPY --chown=appuser:appuser apps/api/alert_rules.yaml ./alert_rules.yaml
# 2026-04-10 Claude Sonnet 4.6: drift_detector 需要 k8s/ YAML 做 Git state 比對
COPY --chown=appuser:appuser k8s/ ./k8s/
# 2026-07-10 Codex: Gitea capability readbacks inspect committed workflow
# source in production without calling Gitea APIs or reading secret values.
COPY --chown=appuser:appuser .gitea/workflows/ ./.gitea/workflows/
# 2026-05-24 Codex: truth-chain / Ansible readiness needs the repo-known
# playbook catalog in the API image.
# 2026-05-31 Codex: ansible-core is now installed through pyproject.toml so