fix job
All checks were successful
Gitea Actions Demo / Create-Stack (push) Successful in 12s

This commit is contained in:
ThaMunsta
2025-03-16 14:38:34 -04:00
parent 28d3511623
commit a2b1b45000

View File

@@ -44,7 +44,7 @@ jobs:
echo $JSON_PAYLOAD echo $JSON_PAYLOAD
# Update stack in Portainer (this redeploys it) # 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 "X-API-Key: $PORTAINER_TOKEN" \
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \
--data "$JSON_PAYLOAD") --data "$JSON_PAYLOAD")