tenantpilot/.github/workflows/deploy.yml
Ahmed Darrazi f15a5188dc
All checks were successful
Trigger Cloudarix Deploy / call-webhook (push) Successful in 1s
Add GitHub Actions workflow for Cloudarix deployment
2025-12-05 22:49:38 +01:00

22 lines
489 B
YAML

name: Trigger Cloudarix Deploy
on:
push:
branches:
- main
workflow_dispatch:
jobs:
call-webhook:
runs-on: [cloudarix]
container:
image: curlimages/curl:latest
steps:
- name: Send deploy webhook
run: |
curl -X POST \
-H "X-Gitea-Event: Push Hook" \
-H "Content-Type: application/json" \
-d '{"ref": "refs/heads/main"}' \
https://system.cloudarix.de/api/deploy/compose/_l_ePUdFazL1iMsPkhopQ