更新 .gitea/workflows/push.yml
Some checks failed
Docker Build & Deploy / Build Docker Image (push) Failing after 2s
Docker Build & Deploy / Deploy to Production (push) Has been skipped

This commit is contained in:
2025-03-04 17:16:12 +08:00
parent 709756a686
commit 6f341b68be

View File

@@ -25,7 +25,7 @@ jobs:
deploy:
name: Deploy to Production
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
needs: build # ⚠️ 确保在 build 任务完成后执行
environment: production # 需要先在 Gitea 仓库设置中创建环境
steps: