From e2f0abf81ce21e37d4475379c60498949fbca0e3 Mon Sep 17 00:00:00 2001 From: Jafner <40403594+Jafner@users.noreply.github.com> Date: Sun, 10 Oct 2021 23:55:24 -0700 Subject: [PATCH] Make deployment dependent on ci --- .github/workflows/ci_cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 55d51c8..83bc8dc 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -66,6 +66,7 @@ jobs: cd: #if: ${{ false }} # disable for now name: Deploy new image to server + needs: ci runs-on: ubuntu-latest steps: - name: Updating and restarting service on host via SSH