Compare commits

..

No commits in common. "bf5c9f1650f0d1bbc9b2a4ac367aa216b116c768" and "a3a3917fc0d46b7943f706dd48cdd99131b00984" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

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

View File

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