@@ -14,6 +14,7 @@ install_dependency: &install_dependency
14
14
install_deploysuite : &install_deploysuite
15
15
name : Installation of install_deploysuite.
16
16
command : |
17
+ #change back to v1.3 or latest once counter var is generalized.
17
18
git clone --branch master https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
18
19
cp ./../buildscript/master_deploy.sh .
19
20
cp ./../buildscript/buildenv.sh .
@@ -69,12 +70,18 @@ jobs:
69
70
- run : *run_build
70
71
- save_cache : *save_cache_settings
71
72
- deploy :
73
+ name : Running Masterscript - prod deploy tc-notifications-api service
72
74
command : |
73
75
./awsconfiguration.sh PROD
74
76
source awsenvconf
75
77
./buildenv.sh -e PROD -b prod-tc-notifications-deployvar
76
78
source buildenvvar
77
- ./master_deploy.sh -d ECS -e PROD -t latest -s prod-global-appvar,prod-tc-notifications-appvar -i tc-notifications
79
+ ./master_deploy.sh -d ECS -e PROD -t latest -s prod-global-appvar,prod-tc-notifications-appvar -i tc-notifications
80
+ echo "========== Running Masterscript - prod deploy tc-notifications-consumers service ========="
81
+ if [ -e prod-tc-notifications-deployvar.json ]; then sudo rm -vf dev-tc-notifications-deployvar.json; fi
82
+ ./buildenv.sh -e PROD -b prod-tc-notifications-consumers-deployvar
83
+ source buildenvvar
84
+ ./master_deploy.sh -d ECS -e PROD -t latest -s prod-global-appvar,prod-tc-notifications-appvar -i tc-notifications
78
85
79
86
workflows :
80
87
version : 2
@@ -85,7 +92,7 @@ workflows:
85
92
context : org-global
86
93
filters :
87
94
branches :
88
- only : ['dev', 'dev_msstsv1.3' ]
95
+ only : ['dev']
89
96
- " build-prod " :
90
97
context : org-global
91
98
filters :
0 commit comments