Hithomelabs/CFTunnels#145: Replace --method=POST with --post-data= for BusyBox wget compatibility
This commit is contained in:
parent
a3a3917fc0
commit
bd2d32fa8c
@ -72,7 +72,7 @@ jobs:
|
|||||||
API_KEY: ${{ secrets.PORTAINER_SERVICE_API_KEY }}
|
API_KEY: ${{ secrets.PORTAINER_SERVICE_API_KEY }}
|
||||||
run: |
|
run: |
|
||||||
wget -q --no-check-certificate --timeout=30 \
|
wget -q --no-check-certificate --timeout=30 \
|
||||||
--method=POST \
|
--post-data= \
|
||||||
--header="X-API-Key: $API_KEY" \
|
--header="X-API-Key: $API_KEY" \
|
||||||
-O - \
|
-O - \
|
||||||
"$PORTAINER_AUTOMATION_URL/api/deploy/$STACK_ID" 2>&1 \
|
"$PORTAINER_AUTOMATION_URL/api/deploy/$STACK_ID" 2>&1 \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user