Compare commits

..

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

2 changed files with 0 additions and 2 deletions

View File

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

View File

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