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 8686 if [ -e prod-tc-notifications-deployvar.json ]; then sudo rm -vf prod-tc-notifications-deployvar.json; fi
8787 ./buildenv.sh -e PROD -b prod-tc-notifications-consumers-deployvar
8888 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
9095
9196workflows :
9297 version : 2
Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ module.exports = {
2828 KAFKA_CLIENT_CERT_KEY : process . env . KAFKA_CLIENT_CERT_KEY ?
2929 process . env . KAFKA_CLIENT_CERT_KEY . replace ( '\\n' , '\n' ) : null ,
3030
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 || '' ,
3434 API_CONTEXT_PATH : process . env . API_CONTEXT_PATH || '/v5/notifications' ,
3535
3636 // Configuration for generating machine to machine auth0 token.
You can’t perform that action at this time.
0 commit comments