redeploy!
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 10s

This commit is contained in:
ThaMunsta
2025-03-15 14:31:08 -04:00
parent 6c58b32efb
commit 93c8fb1a25

View File

@@ -9,7 +9,7 @@ jobs:
steps:
- run: docker pull linuxserver/bookstack #optional? probably faster if done first...
- name: Fetch stack ID from Portainer
if: contains(github.event.head_commit.message, 'redeploy')
if: contains(github.event.head_commit.message, 'redeploy') # looks lke this works!
env:
STACK_NAME: bookstack
PORTAINER_TOKEN: ${{ secrets.PORTAINER_TOKEN }}