2599936777
- .gitea/workflows/deploy.yml:runner(128) 检出 → rsync 仓库到 132 → 在 132 本地 docker compose up -d --build → 循环 curl :3000/healthz。在 132 构建、132 运行(不拿 4 个大镜像去 128 构建);rsync 排除 .env/node_modules,不覆盖 132 上的密钥。 Gitea secrets:DEPLOY_HOST/DEPLOY_USER/DEPLOY_PASSWORD。 - .github/workflows/ci.yml:6 个 job 加 if !contains(github.server_url,'sundynix.cn'), Gitea 上只跑 deploy、不误跑 GitHub CI(此前为此把 Gitea 工作流整个关了)。 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>