Testing new sync method
All checks were successful
Build and Publish Docker Image / build (push) Successful in 19s
All checks were successful
Build and Publish Docker Image / build (push) Successful in 19s
This commit is contained in:
@@ -28,10 +28,15 @@ jobs:
|
||||
git.toomuchtaco.net/${{ gitea.repository }}:${{ gitea.sha }}
|
||||
|
||||
|
||||
- name: Trigger Komodo Stack Redeploy
|
||||
- name: Pull and Redeploy Komodo Stack
|
||||
run: |
|
||||
curl --header "Content-Type: application/json" \
|
||||
--header "X-Api-Key: ${{ secrets.KOMODO_API_KEY }}" \
|
||||
--header "X-Api-Secret: ${{ secrets.KOMODO_API_SECRET }}" \
|
||||
--data '{ "stack": "6a0636c08ef0bf623546d494" }' \
|
||||
${{ secrets.KOMODO_HOST }}/write/CheckStackForUpdate
|
||||
${{ secrets.KOMODO_HOST }}/execute/PullStack
|
||||
curl --header "Content-Type: application/json" \
|
||||
--header "X-Api-Key: ${{ secrets.KOMODO_API_KEY }}" \
|
||||
--header "X-Api-Secret: ${{ secrets.KOMODO_API_SECRET }}" \
|
||||
--data '{ "stack": "6a0636c08ef0bf623546d494" }' \
|
||||
${{ secrets.KOMODO_HOST }}/execute/DeployStack
|
||||
Reference in New Issue
Block a user