From a2b1b45000be0ead4b90669cb93aedd1d541f6f8 Mon Sep 17 00:00:00 2001 From: ThaMunsta Date: Sun, 16 Mar 2025 14:38:34 -0400 Subject: [PATCH] fix job --- .gitea/workflows/init-stack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/init-stack.yaml b/.gitea/workflows/init-stack.yaml index 9cf0a46..40226b6 100644 --- a/.gitea/workflows/init-stack.yaml +++ b/.gitea/workflows/init-stack.yaml @@ -44,7 +44,7 @@ jobs: echo $JSON_PAYLOAD # Update stack in Portainer (this redeploys it) - DEPLOY_RESPONSE=$(curl -X POST "$PORTAINER_API_URL/stacks/create/stangalone/file?endpointId=$ENDPOINT_ID" \ + DEPLOY_RESPONSE=$(curl -X POST "$PORTAINER_API_URL/stacks/create/standalone/file?endpointId=$ENDPOINT_ID" \ -H "X-API-Key: $PORTAINER_TOKEN" \ -H "Content-Type: application/json" \ --data "$JSON_PAYLOAD")