Skip to content

Commit 474b0a4

Browse files
committed
Use zzrf-001 stg
1 parent a46d145 commit 474b0a4

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/workflows/deploy_latest_release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
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

packages/pwa-kit-create-app/scripts/create-mobify-app.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
},

0 commit comments

Comments
 (0)