check post
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 9s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 9s
This commit is contained in:
@@ -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}")
|
||||
|
||||
Reference in New Issue
Block a user