-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@W-17900760@ Deploy Demo Storefront with SLAS Private Client #2297
Open
vcua-mobify
wants to merge
48
commits into
develop
Choose a base branch
from
deploy-demo-env-on-release
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 41 commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
a46d145
WIP
vcua-mobify 474b0a4
Use zzrf-001 stg
vcua-mobify f9fe4cd
Set output
vcua-mobify efd0610
test
vcua-mobify cb39e57
test
vcua-mobify f8208b8
test
vcua-mobify e496643
test
vcua-mobify 97b1fa7
test
vcua-mobify d662a3f
test
vcua-mobify f0deacb
test
vcua-mobify d4f9b80
test
vcua-mobify 4d7b89d
test
vcua-mobify 1c63829
test
vcua-mobify ccd15e6
test
vcua-mobify 3cac50c
test
vcua-mobify 4edc95f
Add logging
vcua-mobify 70963d7
fix conditional
vcua-mobify fac54ed
Add brackets
vcua-mobify 7d69a87
fix
vcua-mobify ee90db9
fix
vcua-mobify 6c85fe2
adjust
vcua-mobify 70556ec
test
vcua-mobify 1add78b
test
vcua-mobify 17b4440
test
vcua-mobify 424d1cb
flip condition for testing
vcua-mobify 137cc6f
Update handlebars for RefArchGlobal locales
vcua-mobify c0725e9
Add US locale + currency to RefArchGlobal and set as default
vcua-mobify 3c60cb7
Add site alias
vcua-mobify 5048c02
Enable passwordless and social login
vcua-mobify 264ff06
Adjust comment since handlebars don't add a newline
vcua-mobify 472d336
Apply aliases
vcua-mobify 19b87e0
Adjust newline
vcua-mobify 57593e9
Comment
vcua-mobify 1ae59cb
Add siteid and locale to demo path
vcua-mobify 3535578
Enable site setting
vcua-mobify 2fb735a
Re-add handlebar helper
vcua-mobify 7252dfe
showDefaults: true
vcua-mobify af69be8
Use translatable title for demo store
vcua-mobify 8ad09cf
Fix lint
vcua-mobify e71baf0
Deploy to production demo site
vcua-mobify e7da5be
Re-enable bug bounty deploy
vcua-mobify 6ec6c7b
Use Salesforce Cloud as default logo for extensible projects
vcua-mobify e5358bf
Change condition so we run a deploy
vcua-mobify 5920ebb
Restore latest release condition
vcua-mobify 45a66b1
Revert "Use Salesforce Cloud as default logo for extensible projects"
vcua-mobify bd51f1a
Use a non-extensible template for demo site
vcua-mobify 5ec3954
Deploy demo site
vcua-mobify 9afbfdc
Revert deployment condition
vcua-mobify File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,7 +82,14 @@ const Home = () => { | |
/> | ||
|
||
<Hero | ||
{{#if answers.project.demo.enableDemoSettings}} | ||
title={intl.formatMessage({ | ||
defaultMessage: 'The React PWA Starter Store for Retail', | ||
id: 'home.title.react_starter_store' | ||
})} | ||
{{else}} | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Small change here to make it more obvious in the demo site when locale is changed to another language. |
||
title={CUSTOM_HOME_TITLE} | ||
{{/if}} | ||
img=\{{ | ||
src: getAssetUrl('static/img/hero.png'), | ||
alt: 'npx pwa-kit-create-app' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removing this since this is redundant. We are now deploying a preset to the demo site when a new latest release tag is produced.
This does mean that we won't be deploying preview releases onto the live demo site but I can create a different step to handle this if we want.