File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
packages/pwa-kit-create-app/scripts Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 33 # For testing - to be removed
44 push :
55 branches :
6- - ' mrt-test-ci-deploy '
6+ - ' deploy-demo-env-on-release '
77 # Run this workflow when a new Github release is published
88 release :
99 types : [released]
@@ -92,11 +92,12 @@ jobs:
9292 mobify_user : ${{ secrets.MOBIFY_CLIENT_USER }}
9393 mobify_api_key : ${{ secrets.MOBIFY_CLIENT_API_KEY }}
9494
95+ # TODO - change target to production once testing is done
9596 - name : Push Bundle to MRT (Demo Site)
9697 uses : " ./.github/actions/push_to_mrt"
9798 with :
9899 CWD : " ../generated-projects/retail-react-app-demo-site"
99- TARGET : production
100+ TARGET : staging
100101 PROJECT : scaffold-pwa
101102 MESSAGE : " tag ${{ github.event.release.tag_name }}"
102103 FLAGS : --wait
Original file line number Diff line number Diff line change @@ -289,12 +289,12 @@ const PRESETS = [
289289 [ 'project.extend' ] : true ,
290290 [ 'project.hybrid' ] : false ,
291291 [ 'project.name' ] : 'demo-storefront' ,
292- [ 'project.commerce.instanceUrl' ] : 'https://zzte-053 .dx.commercecloud.salesforce.com' ,
293- [ 'project.commerce.clientId' ] : '' ,
292+ [ 'project.commerce.instanceUrl' ] : 'https://zzrf-001 .dx.commercecloud.salesforce.com' ,
293+ [ 'project.commerce.clientId' ] : '083859f2-5d93-4209-b999-a112266d63a0 ' ,
294294 [ 'project.commerce.siteId' ] : 'RefArch' ,
295- [ 'project.commerce.organizationId' ] : 'f_ecom_zzte_053 ' ,
295+ [ 'project.commerce.organizationId' ] : 'f_ecom_zzrf_001 ' ,
296296 [ 'project.commerce.shortCode' ] : 'kv7kzm78' ,
297- [ 'project.commerce.isSlasPrivate' ] : false ,
297+ [ 'project.commerce.isSlasPrivate' ] : true ,
298298 [ 'project.einstein.clientId' ] : '1ea06c6e-c936-4324-bcf0-fada93f83bb1' ,
299299 [ 'project.einstein.siteId' ] : 'aaij-MobileFirst'
300300 } ,
You can’t perform that action at this time.
0 commit comments