diff --git a/.circleci/config.yml b/.circleci/config.yml index 6c2bee9..f066e4d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -42,9 +42,7 @@ jobs: - setup_remote_docker - run: *install_dependency - run: *install_deploysuite - - restore_cache: *restore_cache_settings_for_build - run: *run_build - - save_cache: *save_cache_settings - deploy: name: Running Masterscript - deploy tc-notifications-api service command: | @@ -71,9 +69,7 @@ jobs: - setup_remote_docker - run: *install_dependency - run: *install_deploysuite - - restore_cache: *restore_cache_settings_for_build - run: *run_build - - save_cache: *save_cache_settings - deploy: name: Running Masterscript - prod deploy tc-notifications-api service command: | @@ -102,7 +98,7 @@ workflows: context : org-global filters: branches: - only: [dev, 'feature/broadcast2'] + only: [dev, 'feature/update_registration_url'] - "build-prod": context : org-global filters: diff --git a/connect/config.js b/connect/config.js index ec7304b..c54bc28 100644 --- a/connect/config.js +++ b/connect/config.js @@ -36,6 +36,6 @@ module.exports = { DEFAULT_REPLY_EMAIL: process.env.DEFAULT_REPLY_EMAIL, CONNECT_URL: process.env.CONNECT_URL || 'https://connect.topcoder-dev.com', - ACCOUNTS_APP_URL: process.env.ACCOUNTS_APP_URL || "https://accounts.topcoder-dev.com", + ACCOUNTS_APP_URL: process.env.ACCOUNTS_APP_URL || "https://accounts-auth0.topcoder-dev.com", TC_CDN_URL: process.env.TC_CDN_URL, }; diff --git a/emails/src/partials/invites.html b/emails/src/partials/invites.html index 8145f27..4841e8f 100644 --- a/emails/src/partials/invites.html +++ b/emails/src/partials/invites.html @@ -86,7 +86,7 @@