Make deployment dependent on ci
This commit is contained in:
parent
0689339d98
commit
e2f0abf81c
1
.github/workflows/ci_cd.yml
vendored
1
.github/workflows/ci_cd.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user