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

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

View File

@@ -16,9 +16,3 @@ jobs:
- name: Build
run: CGO_ENABLED=0 go build -o main ./cmd/api
- 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-api"}}'