Please god work
All checks were successful
Build and Publish Docker Image / build (push) Successful in 16s

This commit is contained in:
2026-05-17 16:39:02 -06:00
parent 3673830e8d
commit fa7c93f175

View File

@@ -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"}'