diff options
author | 2021-03-15 08:08:54 +0000 | |
---|---|---|
committer | 2021-03-15 08:08:54 +0000 | |
commit | 49c7afaeab447dc2bfdf0e5da1cb6238243de34b (patch) | |
tree | 360d41e446db201cbb04b14b8d511cd51157bad8 | |
parent | Dockerfile optimisations (diff) | |
parent | Update deploy.yaml (diff) |
Merge pull request #454 from python-discord/deploy-environment
Add GitHub environment to deploy workflow
-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 |