Skip to content

Commit

Permalink
missing environment fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
elman23 committed Sep 26, 2023
1 parent f60499c commit 72ccac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
run: echo ${{steps.docker_build.outputs.digest}}
deploy:
environment:
name: testing
name: production
runs-on: ubuntu-latest
needs: [build]
steps:
Expand Down

0 comments on commit 72ccac5

Please sign in to comment.