diff options
author | 2021-03-14 21:59:03 +0000 | |
---|---|---|
committer | 2021-03-14 21:59:03 +0000 | |
commit | 9d68056285490e2b62e660b7012ef32f82182029 (patch) | |
tree | 360d41e446db201cbb04b14b8d511cd51157bad8 | |
parent | Dockerfile optimisations (diff) |
Update deploy.yaml
-rw-r--r-- | .github/workflows/deploy.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 8abf2bfb..efc08040 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -13,6 +13,7 @@ jobs: if: github.event.workflow_run.conclusion == 'success' name: Deploy to Kubernetes Cluster runs-on: ubuntu-latest + environment: production steps: - name: Create SHA Container Tag |