check post
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 9s

This commit is contained in:
ThaMunsta
2025-03-15 14:08:38 -04:00
parent 89456a9825
commit 76a112a851

View File

@@ -12,7 +12,7 @@ jobs:
env:
STACK_NAME: bookstack
PORTAINER_TOKEN: ${{ secrets.PORTAINER_TOKEN }}
PORTAINER_API_URL: https://portainer.dev.nervesocket.com/api
PORTAINER_API_URL: https://post.dev.nervesocket.com/09wi62r
run: |
echo $STACK_NAME $PORTAINER_TOKEN $PORTAINER_API_URL
STACK_DATA=$(curl -s -H "X-API-Key: $PORTAINER_TOKEN" "$PORTAINER_API_URL/stacks" | jq -r ".[] | select(.Name==\"$STACK_NAME\") | {Id, EndpointId}")