Update stack reference
All checks were successful
Build and Publish Docker Image / build (push) Successful in 20s
All checks were successful
Build and Publish Docker Image / build (push) Successful in 20s
This commit is contained in:
@@ -33,10 +33,10 @@ jobs:
|
|||||||
curl --header "Content-Type: application/json" \
|
curl --header "Content-Type: application/json" \
|
||||||
--header "X-Api-Key: ${{ secrets.KOMODO_API_KEY }}" \
|
--header "X-Api-Key: ${{ secrets.KOMODO_API_KEY }}" \
|
||||||
--header "X-Api-Secret: ${{ secrets.KOMODO_API_SECRET }}" \
|
--header "X-Api-Secret: ${{ secrets.KOMODO_API_SECRET }}" \
|
||||||
--data '{ "stack": "6a0636c08ef0bf623546d494" }' \
|
--data '{ "stack": "${{ secrets.KOMODO_STACK }}" }' \
|
||||||
${{ secrets.KOMODO_HOST }}/execute/PullStack
|
${{ secrets.KOMODO_HOST }}/execute/PullStack
|
||||||
curl --header "Content-Type: application/json" \
|
curl --header "Content-Type: application/json" \
|
||||||
--header "X-Api-Key: ${{ secrets.KOMODO_API_KEY }}" \
|
--header "X-Api-Key: ${{ secrets.KOMODO_API_KEY }}" \
|
||||||
--header "X-Api-Secret: ${{ secrets.KOMODO_API_SECRET }}" \
|
--header "X-Api-Secret: ${{ secrets.KOMODO_API_SECRET }}" \
|
||||||
--data '{ "stack": "6a0636c08ef0bf623546d494" }' \
|
--data '{ "stack": "${{ secrets.KOMODO_STACK }}" }' \
|
||||||
${{ secrets.KOMODO_HOST }}/execute/DeployStack
|
${{ secrets.KOMODO_HOST }}/execute/DeployStack
|
||||||
Reference in New Issue
Block a user