ci: clean workflows (deploy via cron)
All checks were successful
CI / ci (push) Successful in 57s

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

View File

@@ -25,9 +25,3 @@ 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/dev","repository":{"name":"pulse-web"}}'