aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2020-08-25 14:38:27 +0100
committerGravatar Joe Banks <[email protected]>2020-08-25 14:38:27 +0100
commit2585fef6601099a200647264c18661e6c936e804 (patch)
tree9c6c440162cd9e3b4b94b48c69ceeafc6dccb7ff
parentAuto-deploy script (diff)
Auto-deploy should depend on Docker succeeding
-rw-r--r--.github/workflows/deploy.yml2
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