Please god work
All checks were successful
Build and Publish Docker Image / build (push) Successful in 16s
All checks were successful
Build and Publish Docker Image / build (push) Successful in 16s
This commit is contained in:
@@ -26,3 +26,12 @@ jobs:
|
|||||||
tags: |
|
tags: |
|
||||||
git.toomuchtaco.net/${{ gitea.repository }}:latest
|
git.toomuchtaco.net/${{ gitea.repository }}:latest
|
||||||
git.toomuchtaco.net/${{ gitea.repository }}:${{ gitea.sha }}
|
git.toomuchtaco.net/${{ gitea.repository }}:${{ gitea.sha }}
|
||||||
|
|
||||||
|
|
||||||
|
- name: Trigger Komodo Stack Redeploy
|
||||||
|
run: |
|
||||||
|
curl -X POST "${{ secrets.KOMODO_HOST }}/api/execute/RunSync" \
|
||||||
|
-H "X-Api-Key: ${{ secrets.KOMODO_API_KEY }}" \
|
||||||
|
-H "X-Api-Secret: ${{ secrets.KOMODO_API_SECRET }}" \
|
||||||
|
-H "Content-Type: application/json" \
|
||||||
|
-d '{"sync": "6a0636c08ef0bf623546d494"}'
|
||||||
Reference in New Issue
Block a user