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