[DevOps] CI/CD 流水线 #17

Closed
opened 2026-05-05 01:01:33 +08:00 by admin · 0 comments
Owner

背景

当前无自动化测试/构建/部署流程,手动操作容易出错。

需求

  1. GitHub Actions / Gitea Actions:lint → test → build → deploy
  2. 前端:npm run build → 构建产物上传
  3. 后端:pytest → Docker build → push 镜像
  4. 部署到测试/生产环境(手动审批门)

涉及文件

  • .gitea/workflows/ci.yml

优先级

中 — 开发效率提升

## 背景 当前无自动化测试/构建/部署流程,手动操作容易出错。 ## 需求 1. GitHub Actions / Gitea Actions:lint → test → build → deploy 2. 前端:npm run build → 构建产物上传 3. 后端:pytest → Docker build → push 镜像 4. 部署到测试/生产环境(手动审批门) ## 涉及文件 - .gitea/workflows/ci.yml ## 优先级 中 — 开发效率提升
admin self-assigned this 2026-05-05 01:01:33 +08:00
admin closed this issue 2026-05-10 14:30:19 +08:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: admin/aiagent#17