From 54e6ed7ecc1b216d1206959bf05c9311b136e70a Mon Sep 17 00:00:00 2001 From: Ahmed Darrazi Date: Tue, 9 Dec 2025 12:38:50 +0100 Subject: [PATCH] ci: call worker deploy webhook (tenantpilot-worker) on development push --- .github/workflows/deploy.yml | 8 ++++++++ 1 file changed, 8 insertions(+) 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 +