fix update_stack.yml
Some checks failed
Portainer Stack Update / update_stack (push) Failing after 4s

This commit is contained in:
krisz 2025-04-21 18:55:30 +02:00
parent ea83487de6
commit 73ac9c9b5a

View File

@ -33,7 +33,7 @@ jobs:
if [ "$STACK_ID" != "null" ]; then
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
echo "No stack ID found for $dir, skipping."
fi