fix update_stack.yml
Some checks failed
Portainer Stack Update / update_stack (push) Failing after 4s
Some checks failed
Portainer Stack Update / update_stack (push) Failing after 4s
This commit is contained in:
parent
ea83487de6
commit
73ac9c9b5a
@ -33,7 +33,7 @@ jobs:
|
|||||||
|
|
||||||
if [ "$STACK_ID" != "null" ]; then
|
if [ "$STACK_ID" != "null" ]; then
|
||||||
echo "Updating Portainer stack $dir (ID: $STACK_ID)..."
|
echo "Updating Portainer stack $dir (ID: $STACK_ID)..."
|
||||||
curl -X POST "https://portainer.szabolcsi.dev/api/stacks/webhooks/$STACK_ID"
|
curl -X POST "http://portainer.szabolcsi.dev/api/stacks/webhooks/$STACK_ID"
|
||||||
else
|
else
|
||||||
echo "No stack ID found for $dir, skipping."
|
echo "No stack ID found for $dir, skipping."
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user