Commit Graph

6 Commits

Author SHA1 Message Date
D8D Developer
e743fc9bcd fix: 使用 dotenv override 确保正确读取 .env 配置
- 添加 override: true 选项覆盖系统环境变量
- 确保 ANTHROPIC_BASE_URL 从项目 .env 文件读取

Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-20 12:12:34 +00:00
D8D Developer
ce0b822b63 fix: 添加 Spot 抢占式实例注解和环境变量注入
- 添加 eci-spot-instance 注解启用抢占式实例
- 从 .env 读取 ANTHROPIC_BASE_URL 并注入容器环境变量

Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-20 12:08:01 +00:00
D8D Developer
d901603148 fix: 修复 deploy 脚本参数解析逻辑
Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-20 10:21:41 +00:00
D8D Developer
fec235eade feat: 添加 K8S 部署功能
- 新增 src/k8s-client.ts: K8S 客户端封装
- 新增 src/deploy.ts: 部署/删除/状态查询逻辑
- 新增 scripts/deploy.ts: 命令行部署工具
- 更新 .env.example: 添加 K8S 配置项
- 安装 @kubernetes/client-node@1.3.0 依赖

Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-20 10:19:37 +00:00
D8D Developer
df81143d5c fix: 修复发布脚本确保添加 v 前缀
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 2m28s
2026-03-20 07:07:06 +00:00
D8D Developer
d49cce1c37 chore: 添加标签发布脚本,CI 改为标签触发
- 添加 scripts/release_tag.sh 版本标签发布脚本
- 修改 CI 工作流触发方式:分支 → 标签
- 默认从 release/v0.0.1 开始自动递增

Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
2026-03-20 07:01:09 +00:00