[FIX] Add --method=POST to wget in Portainer Redeploy triggers #145

Merged
hitanshu merged 1 commits from Dave/CFTunnels:fix/wget-method-post into test 2026-07-08 21:00:51 +00:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit a3a3917fc0 - Show all commits

View File

@ -63,6 +63,7 @@ jobs:
API_KEY: ${{ secrets.PORTAINER_SERVICE_API_KEY_PROD }}
run: |
wget -q --no-check-certificate --timeout=30 \
--method=POST \
--header="X-API-Key: $API_KEY" \
-O - \
"$PORTAINER_AUTOMATION_URL/api/deploy/$STACK_ID" 2>&1 \

View File

@ -72,6 +72,7 @@ jobs:
API_KEY: ${{ secrets.PORTAINER_SERVICE_API_KEY }}
run: |
wget -q --no-check-certificate --timeout=30 \
--method=POST \
--header="X-API-Key: $API_KEY" \
-O - \
"$PORTAINER_AUTOMATION_URL/api/deploy/$STACK_ID" 2>&1 \