Skip to content

Commit

Permalink
Update deploy.yaml for better rollbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbakervr committed Jun 8, 2022
1 parent e704ba3 commit 5069aa9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ on:
required: true
type: string
default: 'main'
environment:
description: 'Environment to deploy to'
required: true
type: choice
options:
- integration
- staging
- production
default: 'integration'
push:
branches:
- main
Expand Down

0 comments on commit 5069aa9

Please sign in to comment.