This commit is contained in:
2025-05-31 11:46:54 -07:00
parent 36e6e7bfac
commit c3ca071a01

View File

@ -1,15 +1,15 @@
#!/bin/bash #!/bin/bash
curl --header "Content-Type: application/json" \ curl --header "Content-Type: application/json" \
--header "X-Api-Key: $KOMODO_API_KEY" \ --header "X-Api-Key: $API_KEY" \
--header "X-Api-Secret: $KOMODO_API_SECRET" \ --header "X-Api-Secret: $API_SECRET" \
--data '{ "stack": "demo-immich" }' \ --data '{ "stack": "demo-immich" }' \
https://demo.komo.do/execute/StopStack https://demo.komo.do/execute/StopStack
sleep 3s sleep 3s
curl --header "Content-Type: application/json" \ curl --header "Content-Type: application/json" \
--header "X-Api-Key: $KOMODO_API_KEY" \ --header "X-Api-Key: $API_KEY" \
--header "X-Api-Secret: $KOMODO_API_SECRET" \ --header "X-Api-Secret: $API_SECRET" \
--data '{ "stack": "demo-immich" }' \ --data '{ "stack": "demo-immich" }' \
https://demo.komo.do/execute/DeployStack https://demo.komo.do/execute/DeployStack