Skip to content

Commit

Permalink
Set (GitHub) environment in deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
eronisko committed Nov 2, 2023
1 parent f52aedb commit aa47fbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-to-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
test:
uses: ./.github/workflows/_test.yml
deploy:
environment: production
needs: test
name: Deploy
runs-on: ubuntu-20.04
Expand Down

0 comments on commit aa47fbd

Please sign in to comment.