Skip to content

Commit

Permalink
Merge pull request #454 from python-discord/deploy-environment
Browse files Browse the repository at this point in the history
Add GitHub environment to deploy workflow
  • Loading branch information
jb3 authored Mar 15, 2021
2 parents de7c6b3 + 9d68056 commit 49c7afa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 49c7afa

Please sign in to comment.