From 500299f7a038f1a369b931f4f9e31d8af335828e Mon Sep 17 00:00:00 2001 From: Dan Hamik Date: Tue, 26 Nov 2024 01:53:25 -0600 Subject: [PATCH] fixing order --- .gitea/workflows/push-build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/push-build.yml b/.gitea/workflows/push-build.yml index 1186374..eb7a39d 100644 --- a/.gitea/workflows/push-build.yml +++ b/.gitea/workflows/push-build.yml @@ -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