Skip to content

Commit e71baf0

Browse files
committed
Deploy to production demo site
1 parent 8ad09cf commit e71baf0

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/deploy_latest_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
uses: "./.github/actions/push_to_mrt"
109109
with:
110110
CWD: "../generated-projects/retail-react-app-demo-site"
111-
TARGET: staging
111+
TARGET: production
112112
PROJECT: scaffold-pwa
113113
MESSAGE: "tag ${{ github.event.release.tag_name }}"
114114
FLAGS: --wait

.github/workflows/test.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -101,20 +101,14 @@ jobs:
101101
mobify_user: ${{ secrets.MOBIFY_CLIENT_USER }}
102102
mobify_api_key: ${{ secrets.MOBIFY_CLIENT_API_KEY }}
103103

104+
# TODO - Do we still need this?
104105
- name: Push Bundle to MRT (Development)
105106
if: env.IS_NOT_FORK == 'true' && env.IS_MRT_NODE == 'true' && env.DEVELOP == 'true'
106107
uses: "./.github/actions/push_to_mrt"
107108
with:
108109
CWD: "./packages/template-retail-react-app"
109110
TARGET: staging
110111

111-
- name: Push Bundle to MRT (Production)
112-
if: env.IS_NOT_FORK == 'true' && env.IS_MRT_NODE == 'true' && env.RELEASE == 'true'
113-
uses: "./.github/actions/push_to_mrt"
114-
with:
115-
CWD: "./packages/template-retail-react-app"
116-
TARGET: production
117-
118112
- name: Push Bundle to MRT (Commerce SDK React)
119113
if: env.IS_NOT_FORK == 'true' && env.IS_MRT_NODE == 'true' && env.DEVELOP == 'true'
120114
uses: "./.github/actions/push_to_mrt"

0 commit comments

Comments
 (0)