Skip to content

Commit

Permalink
added environment name
Browse files Browse the repository at this point in the history
  • Loading branch information
4l3j0Ok committed Nov 29, 2023
1 parent b0aed5e commit f401d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- main
jobs:
build:
environment: ${{ env.ENVIRONMENT }}
environment: prod
runs-on: ${{ secrets.RUNNER }}
steps:
- uses: actions/checkout@master
Expand Down

0 comments on commit f401d33

Please sign in to comment.