diff options
| author | 2020-08-25 14:38:27 +0100 | |
|---|---|---|
| committer | 2020-08-25 14:38:27 +0100 | |
| commit | 2585fef6601099a200647264c18661e6c936e804 (patch) | |
| tree | 9c6c440162cd9e3b4b94b48c69ceeafc6dccb7ff | |
| parent | Auto-deploy script (diff) | |
Auto-deploy should depend on Docker succeeding
| -rw-r--r-- | .github/workflows/deploy.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d99ceb2..db471e4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,6 +28,8 @@ jobs: name: Trigger Auto-Deploy runs-on: ubuntu-latest + needs: [push_docker_image] + steps: - name: curl uses: wei/curl@v1 |