Skip to content

Commit 1b7282b

Browse files
authored
Merge pull request #3984 from appirio-tech/hotfix/post-release-2.9.1
[DEV] [HOTFIX] Post release 2.9.1 - fix: Cloudfront URLs
2 parents 6596f6f + 22860e0 commit 1b7282b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ export const DIRECT_PROJECT_URL = `https://www.${DOMAIN}/direct/projectOverview?
709709
export const SALESFORCE_PROJECT_LEAD_LINK = process.env.SALESFORCE_PROJECT_LEAD_LINK
710710
export const TC_NOTIFICATION_URL = process.env.TC_NOTIFICATION_URL || `${TC_API_URL}/v5/notifications`
711711

712-
export const TC_CDN_URL = process.env.NODE_ENV === 'development' ? 'https://d1aahxkjiobka8.cloudfront.net' : 'https://d2nl5eqipnb33q.cloudfront.net'
712+
export const TC_CDN_URL = process.env.CIRCLE_BRANCH === 'dev' ? 'https://d1aahxkjiobka8.cloudfront.net' : 'https://dlxczxztayxv6.cloudfront.net'
713713

714714
export const RESET_PASSWORD_URL = `https://accounts.${DOMAIN}/connect/reset-password`
715715
export const VERIFY_EMAIL_URL = `http://www.${DOMAIN}/settings/account/changeEmail`

0 commit comments

Comments
 (0)