ci: call worker deploy webhook (tenantpilot-worker) on development push
All checks were successful
Trigger Cloudarix Deploy / call-webhook (push) Successful in 2s

This commit is contained in:
Ahmed Darrazi 2025-12-09 12:38:50 +01:00
parent ecb606c038
commit 54e6ed7ecc

View File

@ -37,3 +37,11 @@ jobs:
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \
-d '{"ref": "refs/heads/development"}' "$WEBHOOK_URL" -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