From 5703d3799549813f4de5bef0a0f2e3268dbdfa55 Mon Sep 17 00:00:00 2001 From: Will Harney Date: Wed, 8 Nov 2023 09:32:46 -0500 Subject: [PATCH] Append `v2` to MRT environments. --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ef3d444c79..2ce59bdac5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -87,14 +87,14 @@ jobs: uses: "./.github/actions/push_to_mrt" with: CWD: "./packages/template-retail-react-app" - TARGET: staging + TARGET: staging-v2 - name: Push Bundle to MRT (Production) if: env.IS_NOT_FORK == 'true' && env.IS_LATEST_NPM == 'true' && env.RELEASE == 'true' uses: "./.github/actions/push_to_mrt" with: CWD: "./packages/template-retail-react-app" - TARGET: production + TARGET: production-v2 - name: Check Repository Clean if: env.IS_NOT_FORK == 'true' && env.IS_DEFAULT_NPM == 'true' @@ -240,7 +240,7 @@ jobs: uses: "./.github/actions/push_to_mrt" with: CWD: ${{ env.PROJECT_DIR }} - TARGET: generated-pwa + TARGET: generated-pwa-v2 - name: Send GitHub Action data to Slack workflow (Generated) id: slack