Skip to content

Commit

Permalink
Uncomment PROD in merge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Jul 26, 2024
1 parent 82eda61 commit 36dc878
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ jobs:
tag: ${{ needs.init.outputs.pr }}
target: test

# deploy-prod:
# name: PROD
# needs: [init, deploys]
# secrets: inherit
# uses: ./.github/workflows/.deploy.yml
# with:
# environment: prod
# tag: ${{ needs.init.outputs.pr }}
# target: prod
deploy-prod:
name: PROD
needs: [init, deploys]
secrets: inherit
uses: ./.github/workflows/.deploy.yml
with:
environment: prod
tag: ${{ needs.init.outputs.pr }}
target: prod

0 comments on commit 36dc878

Please sign in to comment.