From 36dc87820f993469da62566050fd79b76beecf29 Mon Sep 17 00:00:00 2001 From: Derek Roberts Date: Fri, 26 Jul 2024 11:55:15 -0700 Subject: [PATCH] Uncomment PROD in merge.yml --- .github/workflows/merge.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index a1377ca5c..2eff03af9 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -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