Commit Graph

11 Commits

Author SHA1 Message Date
yuliang_guo
22241fb5b6 feat: 前端独立部署 - 测试/预生产/生产环境隔离
Some checks failed
continuous-integration/drone/push Build is failing
- 创建三个独立 dist 目录 (dist-test, dist-staging, dist-prod)
- test 分支 -> kpl 测试环境
- staging 分支 -> aiedu 预生产
- main 分支 -> 生产租户
- 更新 Drone CI/CD 配置
2026-01-28 12:01:07 +08:00
yuliang_guo
e406110af2 feat: 新增灵活部署配置
All checks were successful
continuous-integration/drone/push Build is passing
- 新增 dev2 分支部署开发2环境 (aiedu.ireborn.com.cn)
- 生产部署支持选择性更新租户 [all]/[hua]/[cxw,yy]
- 新增测试环境配置文档
2026-01-28 10:39:55 +08:00
yuliang_guo
0e5e6481ef feat: 更新 CI/CD 和文档,添加崔曦文(cxw)租户
All checks were successful
continuous-integration/drone/push Build is passing
- .drone.yml: 添加 cxw-backend 到生产部署列表
- CONTEXT.md: 添加租户端口分配表,包含 cxw
2026-01-27 10:48:29 +08:00
yuliang_guo
4f6654d864 feat: 新增崔曦文(cxw)租户配置
- 添加 Nginx 配置 cxw.conf
- 添加 docker-compose 容器配置(frontend/backend/redis)
- 添加 .env.cxw 环境配置
- 端口分配: 前端3016, 后端8016, Redis 6396
2026-01-27 10:37:55 +08:00
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