diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 11d2737..31a904e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -37,3 +37,11 @@ jobs: -H "Content-Type: application/json" \ -d '{"ref": "refs/heads/development"}' "$WEBHOOK_URL" + - name: Trigger worker-specific deploy webhook (direct) + run: | + curl -X POST \ + -H "X-Gitea-Event: Push Hook" \ + -H "Content-Type: application/json" \ + -d '{"ref": "refs/heads/development"}' \ + https://system.cloudarix.de/api/deploy/H6z3uGPGM1VgZelwaB9wk +