Skip to content

Commit

Permalink
Add Environment Configuration to Deploy Workflow (#23)
Browse files Browse the repository at this point in the history
Set 'production' environment in deploy workflow jobs.
  • Loading branch information
brennenho authored Jul 18, 2024
1 parent 2cde9d8 commit d377b7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
environment: production

steps:
- name: Checkout code
Expand All @@ -27,6 +28,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
environment: production
needs: build

steps:
Expand Down

0 comments on commit d377b7c

Please sign in to comment.