File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 4242 - setup_remote_docker
4343 - run : *install_dependency
4444 - run : *install_deploysuite
45- - restore_cache : *restore_cache_settings_for_build
4645 - run : *run_build
47- - save_cache : *save_cache_settings
4846 - deploy :
4947 name : Running Masterscript - deploy tc-notifications-api service
5048 command : |
7169 - setup_remote_docker
7270 - run : *install_dependency
7371 - run : *install_deploysuite
74- - restore_cache : *restore_cache_settings_for_build
7572 - run : *run_build
76- - save_cache : *save_cache_settings
7773 - deploy :
7874 name : Running Masterscript - prod deploy tc-notifications-api service
7975 command : |
@@ -102,7 +98,7 @@ workflows:
10298 context : org-global
10399 filters :
104100 branches :
105- only : [dev, 'feature/broadcast2 ']
101+ only : [dev, 'feature/update_registration_url ']
106102 - " build-prod " :
107103 context : org-global
108104 filters :
Original file line number Diff line number Diff line change @@ -36,6 +36,6 @@ module.exports = {
3636 DEFAULT_REPLY_EMAIL : process . env . DEFAULT_REPLY_EMAIL ,
3737
3838 CONNECT_URL : process . env . CONNECT_URL || 'https://connect.topcoder-dev.com' ,
39- ACCOUNTS_APP_URL : process . env . ACCOUNTS_APP_URL || "https://accounts.topcoder-dev.com" ,
39+ ACCOUNTS_APP_URL : process . env . ACCOUNTS_APP_URL || "https://accounts-auth0 .topcoder-dev.com" ,
4040 TC_CDN_URL : process . env . TC_CDN_URL ,
4141} ;
Original file line number Diff line number Diff line change 8686 < tr >
8787 < td class ="empty-child-one "> </ td >
8888 < td class ="second-child " align ="center ">
89- < a href ="{{@root.accountsAppURL}}/member/registration ?regSource=tcBusiness ">
89+ < a href ="{{@root.accountsAppURL}}/?regSource=tcBusiness&retUrl={{@root.connectURL}} ">
9090 Register
9191 </ a >
9292 </ td >
You can’t perform that action at this time.
0 commit comments