Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 21de202

Browse files
authoredMar 3, 2020
[skip ci]
[skip ci]
1 parent d9f3f7c commit 21de202

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
 

‎.circleci/config.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,23 @@ build_steps: &build_steps
4141
command: |
4242
./awsconfiguration.sh ${DEPLOY_ENV}
4343
source awsenvconf
44+
45+
./buildenv.sh -e ${DEPLOY_ENV} -b ${LOGICAL_ENV}-${APP_NAME}-consumer-deployvar
46+
source buildenvvar
47+
./master_deploy.sh -d ECS -e ${DEPLOY_ENV} -t latest -s ${GLOBAL_ENV}-global-appvar,${LOGICAL_ENV}-${APP_NAME}-appvar -i postgres-ifx-processer
4448
49+
echo "Running Masterscript - deploy postgres-ifx-processer producer"
50+
if [ -e ${LOGICAL_ENV}-${APP_NAME}-consumer-deployvar.json ]; then sudo rm -vf ${LOGICAL_ENV}-${APP_NAME}-consumer-deployvar.json; fi
51+
./buildenv.sh -e ${DEPLOY_ENV} -b ${LOGICAL_ENV}-${APP_NAME}-producer-deployvar
52+
source buildenvvar
53+
./master_deploy.sh -d ECS -e ${DEPLOY_ENV} -t latest -s ${GLOBAL_ENV}-global-appvar,${LOGICAL_ENV}-${APP_NAME}-appvar -i postgres-ifx-processer
54+
55+
echo "Running Masterscript - deploy postgres-ifx-processer producer_dd"
56+
if [ -e ${LOGICAL_ENV}-${APP_NAME}-producer-deployvar.json ]; then sudo rm -vf ${LOGICAL_ENV}-${APP_NAME}-producer-deployvar.json; fi
57+
./buildenv.sh -e ${DEPLOY_ENV} -b ${LOGICAL_ENV}-${APP_NAME}-producer_dd-deployvar
58+
source buildenvvar
59+
./master_deploy.sh -d ECS -e ${DEPLOY_ENV} -t latest -s ${GLOBAL_ENV}-global-appvar,${LOGICAL_ENV}-${APP_NAME}-appvar -i postgres-ifx-processer
60+
4561
echo "Running Masterscript - deploy postgres-ifx-processer reconsiler1"
4662
if [ -e ${LOGICAL_ENV}-${APP_NAME}-reconsiler1-deployvar.json ]; then sudo rm -vf ${LOGICAL_ENV}-${APP_NAME}-reconsiler1-deployvar.json; fi
4763
./buildenv.sh -e ${DEPLOY_ENV} -b ${LOGICAL_ENV}-${APP_NAME}-reconsiler1-deployvar

0 commit comments

Comments
 (0)
Please sign in to comment.