ci: add deploy trigger via curl
All checks were successful
CI / ci (push) Successful in 1m17s

This commit is contained in:
Cosmo
2026-03-01 00:25:53 +00:00
parent cdc1a2390e
commit f23f794642
2 changed files with 12 additions and 0 deletions

View File

@@ -19,3 +19,9 @@ jobs:
- name: Build
run: npm run build
- name: Trigger Deploy
run: |
curl -s -X POST http://172.18.0.1:9000/deploy \
-H 'Content-Type: application/json' \
-d '{"ref":"refs/heads/main","repository":{"name":"pulse-web"}}'