bugfix?
Some checks failed
Pull Images and Redeploy / Update-and-Redeploy-Stack (push) Failing after 0s
Just test things / Update-and-Redeploy-Stack (push) Failing after 0s

This commit is contained in:
ThaMunsta
2025-03-15 15:01:05 -04:00
parent 1e2d234d3e
commit 0754da5d82

View File

@@ -7,10 +7,7 @@ jobs:
Update-and-Redeploy-Stack: Update-and-Redeploy-Stack:
runs-on: synology runs-on: synology
steps: steps:
- name: Prefetch Docker Image(s) - run: docker pull linuxserver/bookstack #optional? probably faster if done first...
if: contains(github.event.head_commit.message, 'run_redeploy')
run: |
docker pull linuxserver/bookstack #optional? probably faster if done first...
- name: Fetch stack ID from Portainer - name: Fetch stack ID from Portainer
if: contains(github.event.head_commit.message, 'run_redeploy') if: contains(github.event.head_commit.message, 'run_redeploy')