Test CI/CD flow
All checks were successful
Docker Build and Push (Multi-architecture) / build-and-push (push) Successful in 21s

This commit is contained in:
2025-09-16 14:22:31 +00:00
parent 520ad55878
commit da186697a2

View File

@@ -49,10 +49,10 @@ jobs:
-H "X-API-Key: ${{ secrets.PORTAINER_API_KEY }}")
STACK_ID=$(echo $STACK_RESPONSE | jq -r '.[] | select(.Name == "${{ vars.STACK_NAME }}") | .Id')
ENDPOINT_ID=16
# ENDPOINT_ID=16
curl -v -X PUT \
"${{ vars.PORTAINER_URL }}/api/stacks/$STACK_ID?endpointID=$ENDPOINT_ID" \
"${{ vars.PORTAINER_URL }}/api/stacks/$STACK_ID?endpointID=16" \
-H "X-API-Key: ${{ secrets.PORTAINER_API_KEY }}" \
-H "Content-Type: application/json" \
-d '{