File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 86
86
if [ -e prod-tc-notifications-deployvar.json ]; then sudo rm -vf prod-tc-notifications-deployvar.json; fi
87
87
./buildenv.sh -e PROD -b prod-tc-notifications-consumers-deployvar
88
88
source buildenvvar
89
- ./master_deploy.sh -d ECS -e PROD -t latest -s prod-global-appvar,prod-tc-notifications-appvar -i tc-notifications
89
+ ./master_deploy.sh -d ECS -e PROD -t latest -s prod-global-appvar,prod-tc-notifications-appvar -i tc-notifications
90
+ echo "Running Masterscript - prod deploy tc-notifications-general-processor service"
91
+ if [ -e prod-tc-notifications-consumers-deployvar.json ]; then sudo rm -vf prod-tc-notifications-consumers-deployvar.json; fi
92
+ ./buildenv.sh -e PROD -b prod-tc-notifications-general-processor-deployvar
93
+ source buildenvvar
94
+ ./master_deploy.sh -d ECS -e PROD -t latest -s prod-global-appvar,prod-tc-notifications-appvar -i tc-notifications
90
95
91
96
workflows :
92
97
version : 2
Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ module.exports = {
28
28
KAFKA_CLIENT_CERT_KEY : process . env . KAFKA_CLIENT_CERT_KEY ?
29
29
process . env . KAFKA_CLIENT_CERT_KEY . replace ( '\\n' , '\n' ) : null ,
30
30
31
- TC_API_V3_BASE_URL : process . env . TC_API_V3_BASE_URL || 'https://api.topcoder-dev.com/v3 ' ,
32
- TC_API_V4_BASE_URL : process . env . TC_API_V4_BASE_URL || 'https://api.topcoder-dev.com/v4 ' ,
33
- TC_API_V5_BASE_URL : process . env . TC_API_V5_BASE_URL || 'https://api.topcoder-dev.com/v5 ' ,
31
+ TC_API_V3_BASE_URL : process . env . TC_API_V3_BASE_URL || '' ,
32
+ TC_API_V4_BASE_URL : process . env . TC_API_V4_BASE_URL || '' ,
33
+ TC_API_V5_BASE_URL : process . env . TC_API_V5_BASE_URL || '' ,
34
34
API_CONTEXT_PATH : process . env . API_CONTEXT_PATH || '/v5/notifications' ,
35
35
36
36
// Configuration for generating machine to machine auth0 token.
You can’t perform that action at this time.
0 commit comments