Test new build process
All checks were successful
Build and Publish Docker Image / build (push) Successful in 18s
All checks were successful
Build and Publish Docker Image / build (push) Successful in 18s
This commit is contained in:
@@ -30,8 +30,8 @@ jobs:
|
||||
|
||||
- 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"}'
|
||||
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/DeployStackIfChanged
|
||||
|
||||
Reference in New Issue
Block a user