another
This commit is contained in:
@@ -7,7 +7,10 @@ jobs:
|
|||||||
Update-and-Redeploy-Stack:
|
Update-and-Redeploy-Stack:
|
||||||
runs-on: synology
|
runs-on: synology
|
||||||
steps:
|
steps:
|
||||||
- run: docker pull linuxserver/bookstack #optional? probably faster if done first...
|
- name: Prefetch Docker Image(s)
|
||||||
|
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')
|
||||||
@@ -68,4 +71,5 @@ jobs:
|
|||||||
echo $DEPLOY_RESPONSE
|
echo $DEPLOY_RESPONSE
|
||||||
|
|
||||||
- name: Status check
|
- name: Status check
|
||||||
- run: echo "📋 This job's status is ${{ job.status }}."
|
run: |
|
||||||
|
echo "📋 This job's status is ${{ job.status }}."
|
||||||
Reference in New Issue
Block a user