File tree 3 files changed +3
-7
lines changed
3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 42
42
- setup_remote_docker
43
43
- run : *install_dependency
44
44
- run : *install_deploysuite
45
- - restore_cache : *restore_cache_settings_for_build
46
45
- run : *run_build
47
- - save_cache : *save_cache_settings
48
46
- deploy :
49
47
name : Running Masterscript - deploy tc-notifications-api service
50
48
command : |
71
69
- setup_remote_docker
72
70
- run : *install_dependency
73
71
- run : *install_deploysuite
74
- - restore_cache : *restore_cache_settings_for_build
75
72
- run : *run_build
76
- - save_cache : *save_cache_settings
77
73
- deploy :
78
74
name : Running Masterscript - prod deploy tc-notifications-api service
79
75
command : |
@@ -102,7 +98,7 @@ workflows:
102
98
context : org-global
103
99
filters :
104
100
branches :
105
- only : [dev, 'feature/broadcast2 ']
101
+ only : [dev, 'feature/update_registration_url ']
106
102
- " build-prod " :
107
103
context : org-global
108
104
filters :
Original file line number Diff line number Diff line change @@ -36,6 +36,6 @@ module.exports = {
36
36
DEFAULT_REPLY_EMAIL : process . env . DEFAULT_REPLY_EMAIL ,
37
37
38
38
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" ,
40
40
TC_CDN_URL : process . env . TC_CDN_URL ,
41
41
} ;
Original file line number Diff line number Diff line change 86
86
< tr >
87
87
< td class ="empty-child-one "> </ td >
88
88
< 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}} ">
90
90
Register
91
91
</ a >
92
92
</ td >
You can’t perform that action at this time.
0 commit comments