Commit Graph

107 Commits

Author SHA1 Message Date
111
e446cef1cd docs: 记录Git多远程配置和CI/CD信息
Some checks failed
continuous-integration/drone/push Build is failing
- origin → GitHub (源代码主仓库)
- cicd → Gitea (CI/CD触发仓库)
- 添加部署流程说明
2026-01-27 10:12:24 +08:00
111
76e9348bd0 refactor: 简化CI/CD,复用生产服务器的测试环境
Some checks failed
continuous-integration/drone/push Build is failing
- 测试环境使用 kpl.ireborn.com.cn(已存在)
- 不再在 DevOps 服务器单独部署
- 添加双 Git remote 支持(origin=Gitea, github=GitHub)
2026-01-27 10:10:59 +08:00
111
c38e6fabb6 feat: 添加生产环境批量部署流程
Some checks failed
continuous-integration/drone/push Build encountered an error
- test 分支:部署到测试环境 (kaopeilian.test.ai.ireborn.com.cn)
- main 分支:批量更新所有生产租户 (hua/yy/hl/xy/fw/ex)
- 前端一次编译,6个租户共享
- 后端批量重建容器
2026-01-27 10:08:43 +08:00
111
442ac78b56 sync: 同步服务器最新代码 (2026-01-27)
Some checks failed
continuous-integration/drone/push Build is failing
更新内容:
- 后端 AI 服务优化(能力分析、知识点解析等)
- 前端考试和陪练界面更新
- 修复多个 prompt 和 JSON 解析问题
- 更新 Coze 语音客户端
2026-01-27 10:03:28 +08:00
111
fcef140d1a fix: 更新前端API地址为测试域名 kaopeilian.test.ai.ireborn.com.cn
Some checks failed
continuous-integration/drone/push Build is failing
2026-01-24 19:43:00 +08:00
111
e49b75e483 fix: 使用本地Docker构建方式,无需远程镜像仓库
Some checks failed
continuous-integration/drone/push Build is failing
- 改为挂载 docker.sock 本地构建
- 删除 docker_username/password secrets
- 添加 database_url, redis_* secrets
- 与其他项目配置方式保持一致
2026-01-24 19:38:01 +08:00
111
998211c483 feat: 初始化考培练系统项目
- 从服务器拉取完整代码
- 按框架规范整理项目结构
- 配置 Drone CI 测试环境部署
- 包含后端(FastAPI)、前端(Vue3)、管理端

技术栈: Vue3 + TypeScript + FastAPI + MySQL
2026-01-24 19:33:28 +08:00