fixing order
All checks were successful
/ Plan (push) Successful in 14s

This commit is contained in:
Dan Hamik 2024-11-26 01:53:25 -06:00
parent 3dc9042a36
commit 500299f7a0

View File

@ -23,6 +23,7 @@ jobs:
docker build -t git.hamik.net/paradizelost/librarynotices:latest .
docker push git.hamik.net/paradizelost/librarynotices
Deploy:
needs: [Plan]
runs-on: librarynoticehost
defaults:
run:
@ -31,7 +32,7 @@ jobs:
- name: Destroy Container
id: down
run: docker compose down
- name: Pull Updates
id: pull
run: docker compose pull