Skip to content

Commit

Permalink
deploy-production.yml: correct environment
Browse files Browse the repository at this point in the history
  • Loading branch information
digorgonzola committed Dec 11, 2023
1 parent ac4b80e commit bcbea5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:
jobs:
build_push:
runs-on: ubuntu-latest
environment: staging
environment: production
outputs:
image_digest: ${{ steps.build_and_push.outputs.digest }}
steps:
Expand Down

0 comments on commit bcbea5e

Please sign in to comment.