File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments