2 Commits

Author SHA1 Message Date
50f5610459 Merge pull request 'try to do better' (#29) from feature/new-deploy into master
All checks were successful
Build and Publish Images / build-and-push (push) Successful in 8s
Reviewed-on: http://192.168.31.100:3847/Arrelin/family_budget/pulls/29
2026-02-24 13:18:40 +03:00
arrelin
67f72e05a1 try to do better 2026-02-24 13:18:25 +03:00

View File

@@ -31,6 +31,8 @@ jobs:
run: docker logout 192.168.31.100:3847
- name: Trigger Coolify redeploy
run: curl -v "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"