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