docs: 清理旧流水线并更新todo

This commit is contained in:
2025-12-03 15:37:46 +08:00
parent 24e54886a1
commit 681c2b7259
2 changed files with 2 additions and 134 deletions

View File

@@ -56,6 +56,8 @@
## 8. CI/CD 与发布
- [ ] CI/CD 流水线覆盖构建、发布、静态扫描、数据库迁移。
- [x] `.github/workflows/ci-cd.yml` 已覆盖 Admin/Mini/User API 的变更检测、Docker Build/Push 与 SSH 部署。
- [ ] 尚未集成静态代码扫描、安全扫描与数据库迁移自动化。
- [ ] Dev/Staging/Prod 多环境配置矩阵 + 基础设施 IaC 脚本。
- [ ] 版本与发布说明模板整理并在仓库中提供示例。