ci: call worker deploy webhook (tenantpilot-worker) on development push
All checks were successful
Trigger Cloudarix Deploy / call-webhook (push) Successful in 2s
All checks were successful
Trigger Cloudarix Deploy / call-webhook (push) Successful in 2s
This commit is contained in:
parent
ecb606c038
commit
54e6ed7ecc
8
.github/workflows/deploy.yml
vendored
8
.github/workflows/deploy.yml
vendored
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user