2 Commits

Author SHA1 Message Date
arrelin
67f72e05a1 try to do better 2026-02-24 13:18:25 +03:00
arrelin
7dc0ebf3c1 try to do better 2026-02-24 13:09:49 +03:00

View File

@@ -31,6 +31,8 @@ jobs:
run: docker logout 192.168.31.100:3847
- name: Trigger Coolify redeploy
run: curl -s "http://192.168.31.100:8000/api/v1/deploy?uuid=msoc4skogk44ckc84wokocw0&force=true"
run: |
curl -s -H "Authorization: Bearer ${{ secrets.COOLIFY_TOKEN }}" \
"http://192.168.31.100:8000/api/v1/deploy?uuid=msoc4skogk44ckc84wokocw0&force=true"