Skip to content

Commit

Permalink
Add deploy environments
Browse files Browse the repository at this point in the history
  • Loading branch information
jhkennedy committed Mar 4, 2024
1 parent ac45cb9 commit 1e69019
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ concurrency: deploy-prod

jobs:
deploy:
environment: prod
runs-on: ubuntu-latest

steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ concurrency: deploy-test

jobs:
deploy:
environment: test
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 1e69019

Please sign in to comment.