fix(ci): add needs clause to deploy job and force recreate prometheus on deploy
Some checks failed
CI / Deploy production (on server) (push) Has been cancelled
CI / Lint, Test & Build (push) Has been cancelled

This commit is contained in:
Antigravity
2026-05-21 20:11:04 +00:00
parent d7e72008ec
commit 87ec01fdd5
2 changed files with 4 additions and 2 deletions

View File

@@ -89,9 +89,11 @@ jobs:
deploy:
name: Deploy production (on server)
needs: ci
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
runs-on: docker-host
steps:
- name: Install Node.js for Gitea Actions
run: |
if command -v apk >/dev/null 2>&1; then