diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 37f76af..9ace9c9 100644 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -1,2 +1,2 @@ #!/bin/sh -curl https://panel.fun.reslate.systems/api/v1/deploy?uuid=x0kg0ows88co44ww04c00wsc&force=false -H "Accept: application/json" -H "Authorization: Bearer ${TOKEN}" \ No newline at end of file +curl "https://panel.fun.reslate.systems/api/v1/deploy?uuid=x0kg0ows88co44ww04c00wsc&force=false" -H "Accept: application/json" -H "Authorization: Bearer ${TOKEN}" \ No newline at end of file