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
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:
4
.github/workflows/docker-publish.yml
vendored
4
.github/workflows/docker-publish.yml
vendored
@@ -31,6 +31,8 @@ jobs:
|
|||||||
run: docker logout 192.168.31.100:3847
|
run: docker logout 192.168.31.100:3847
|
||||||
|
|
||||||
- name: Trigger Coolify redeploy
|
- 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"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user