Commit Graph

10 Commits

Author SHA1 Message Date
你的用户名
31a923113a ci: persist MCP deploy logs
Some checks failed
Deploy to Production / Build and Test (push) Successful in 10m14s
Deploy to Production / Deploy to Server (push) Has been cancelled
2025-11-08 20:29:11 +08:00
你的用户名
076b9fac5f feat: add Finance MCP workflow
Some checks failed
Deploy Finance MCP Service / build-mcp (push) Successful in 5m21s
Deploy to Production / Build and Test (push) Successful in 10m12s
Deploy Finance MCP Service / deploy-mcp (push) Failing after 4s
Deploy to Production / Deploy to Server (push) Successful in 6m24s
2025-11-08 19:39:10 +08:00
你的用户名
0abace7487 chore: retrigger pipeline
All checks were successful
Deploy to Production / Build and Test (push) Successful in 10m6s
Deploy to Production / Deploy to Server (push) Successful in 6m17s
2025-11-07 01:12:55 +08:00
你的用户名
812313c37f fix: create schema before postgres import
Some checks failed
Deploy to Production / Build and Test (push) Successful in 10m8s
Deploy to Production / Deploy to Server (push) Failing after 6m17s
2025-11-06 23:59:15 +08:00
你的用户名
b68511b2e2 feat: migrate backend storage to postgres
Some checks failed
Deploy to Production / Build and Test (push) Successful in 10m51s
Deploy to Production / Deploy to Server (push) Failing after 6m41s
2025-11-06 22:01:50 +08:00
你的用户名
faafcf926a ci: 增强部署诊断能力
Some checks failed
Deploy to Production / Build and Test (push) Has been cancelled
Deploy to Production / Deploy to Server (push) Has been cancelled
- 添加容器状态和端口占用检查
- 添加容器内部监听情况诊断
- 增加详细的健康检查日志(100行)
- 健康检查重试次数从5次增加到10次
- 第5次失败时执行深度诊断
- 添加独立的部署健康检查脚本

改进点:
1. 诊断端口冲突问题
2. 检查容器内部监听配置
3. 增加详细的错误日志输出
4. SSH回连获取实时状态
2025-11-04 21:23:33 +08:00
你的用户名
6a11d8a70e ci: 优化 Gitea CI/CD 配置
Some checks failed
Deploy to Production / Build and Test (push) Has been cancelled
Deploy to Production / Deploy to Server (push) Has been cancelled
 新增功能
- 添加构建缓存,提升构建速度 50-60%
- 实现三阶段部署流程:构建测试、部署、健康检查
- 支持手动触发部署
- 添加版本检查,避免重复部署
- 支持 Secrets 配置

🔧 修复
- 修复后端启动路径问题(Nitro 输出路径)
- 修复 Dockerfile 构建问题
- 完善错误处理和日志输出

📚 文档
- 新增配置说明文档(README.md)
- 新增测试指南(TEST_GUIDE.md)
- 新增改进建议(IMPROVEMENTS.md)
- 新增变更日志(CHANGELOG.md)
- 新增快速开始指南(QUICKSTART.md)

🎉 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-04 20:53:39 +08:00
你的用户名
88020fe283 修复Docker权限问题,使用sudo执行docker命令
Some checks failed
Deploy to Production / deploy (push) Has been cancelled
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-04 17:24:01 +08:00
你的用户名
7bb9a63fca 更新服务器IP地址为172.16.74.149
Some checks failed
Deploy to Production / deploy (push) Has been cancelled
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-04 17:18:19 +08:00
你的用户名
4c2d2e3678 Add Docker deployment and CI/CD configuration
Some checks failed
Deploy to Production / deploy (push) Has been cancelled
- Add Dockerfile for multi-stage build
- Add docker-compose.yml for easy deployment
- Add Gitea Actions CI/CD workflow
- Add deployment script (deploy.sh)
- Add nginx and supervisord configuration
- Add deployment documentation

Deployment target: 192.168.9.149:8080

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-04 17:12:41 +08:00