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
This commit was merged in pull request #29.
This commit is contained in:
2026-02-24 13:18:40 +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"