Skip to content

Commit

Permalink
Add deploy environment to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lewish committed May 29, 2024
1 parent de0b4bc commit c031874
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 @@ -9,6 +9,7 @@ jobs:
deploy:
name: Build and deploy
runs-on: ubuntu-latest
environment: deploy

steps:
# Checks out a copy of your repository.
Expand Down

0 comments on commit c031874

Please sign in to comment.