jellyfin deploy
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
curl --header "Content-Type: application/json" \
|
||||
--header "X-Api-Key: $API_KEY" \
|
||||
--header "X-Api-Secret: $API_SECRET" \
|
||||
--data '{ "stack": "demo-immich" }' \
|
||||
--data '{ "stack": "demo-jellyfin" }' \
|
||||
https://demo.komo.do/execute/StopStack
|
||||
|
||||
sleep 3s
|
||||
@ -11,5 +11,5 @@ sleep 3s
|
||||
curl --header "Content-Type: application/json" \
|
||||
--header "X-Api-Key: $API_KEY" \
|
||||
--header "X-Api-Secret: $API_SECRET" \
|
||||
--data '{ "stack": "demo-immich" }' \
|
||||
--data '{ "stack": "demo-jellyfin" }' \
|
||||
https://demo.komo.do/execute/DeployStack
|
Reference in New Issue
Block a user