aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar Xithrius <[email protected]>2021-03-12 08:09:11 -0800
committerGravatar GitHub <[email protected]>2021-03-12 08:09:11 -0800
commitb6fea4ad35784aa3ed744e49fd71e58a868bf177 (patch)
treeeb3da0431db9114649ef29e085aad8046e022acb /.github
parentRestrict non-staffer to one snowflake at the time (diff)
parentFix typo in the token remover (diff)
Merge branch 'master' into many-snowflakes
Diffstat (limited to '.github')
-rw-r--r--.github/FUNDING.yml2
-rw-r--r--.github/workflows/deploy.yml1
2 files changed, 1 insertions, 2 deletions
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
deleted file mode 100644
index 6d9919ef2..000000000
--- a/.github/FUNDING.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-patreon: python_discord
-custom: https://www.redbubble.com/people/pythondiscord
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