Compare commits

5 Commits

Author SHA1 Message Date
Blizzard 2c46a2ac11 Merge pull request 'Merge pull request 'feat: 官网 + 管理端 + Gin/GORM 后端首个完整版本' (#1) from main into dev' (#2) from dev into main
build-and-deploy / deploy (push) Successful in 2m12s
Reviewed-on: #2
2026-07-17 09:36:17 +00:00
Blizzard 6f31240263 ci: checkout 改用内网 gitea git clone,去除 github 依赖
build-and-deploy / deploy (push) Failing after 4m42s
- actions/checkout@v4 从 github.com 拉取,内网 TLS 握手超时
- 改为直接 git clone 内网 gitea(192.168.100.125:3000),用 github.token 认证
- 至此 workflow 无任何 github action 依赖,全程走内网

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-17 15:35:48 +08:00
Blizzard df0e127beb ci: Dockerfile 换国内源加速构建
build-and-deploy / deploy (push) Failing after 11s
- npm 用 npmmirror(淘宝源),go 用 goproxy.cn
- 大幅缩短 132 上 npm ci / go mod download 耗时

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-17 15:25:56 +08:00
Blizzard 2b55875b87 ci: 触发部署
build-and-deploy / deploy (push) Has been cancelled
2026-07-17 14:46:54 +08:00
Blizzard 9f25daa62f ci: 改为部署机构建方案,适配 docker 模式 runner
build-and-deploy / deploy (push) Has been cancelled
- runner 不再 host 模式跑 docker build(原 host runner 缺 node/docker 无法执行)
- 新流程:runner 打包源码 → scp 到 132 → 132 上 docker build + compose up
- runner 只需 catthehacker 镜像(node/git/sshpass),docker 能力下沉到 132
- deploy/README 补 runner docker 模式部署命令(挂 sock + 持久化 /data)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-17 14:31:24 +08:00

Diff Content Not Available