diff options
author | 2021-03-09 13:17:32 +0000 | |
---|---|---|
committer | 2021-03-09 13:17:32 +0000 | |
commit | 1c4e4387abc3e9cc9f4320457c5d6456cdce7a3f (patch) | |
tree | a75beda8c48c1f3f170127f6d5a5a85e7fbd53f4 | |
parent | Resolving KeyError on infractions that don't purge. (diff) |
DevOps team reviews for bot deployments
-rw-r--r-- | .github/workflows/deploy.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5a4aede30..0caf02308 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,6 +10,7 @@ on: jobs: build: + environment: production if: github.event.workflow_run.conclusion == 'success' name: Build & Push runs-on: ubuntu-latest |