aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2021-03-09 13:17:32 +0000
committerGravatar GitHub <[email protected]>2021-03-09 13:17:32 +0000
commit1c4e4387abc3e9cc9f4320457c5d6456cdce7a3f (patch)
treea75beda8c48c1f3f170127f6d5a5a85e7fbd53f4
parentResolving KeyError on infractions that don't purge. (diff)
DevOps team reviews for bot deployments
-rw-r--r--.github/workflows/deploy.yml1
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