Compare commits
4 Commits
22dd91f7ce
...
feature/ne
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
67f72e05a1 | ||
|
|
7dc0ebf3c1 | ||
|
|
e9a588e479 | ||
|
|
9eaa3de231 |
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 -s "http://host.docker.internal:8000/api/v1/deploy?uuid=msoc4skogk44ckc84wokocw0&force=false"
|
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