Skip to content

Commit d92cfb4

Browse files
author
sachin-maheshwari
authored
Update config.yml
1 parent bf2e1ec commit d92cfb4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ build_steps: &build_steps
4141
command: |
4242
./awsconfiguration.sh ${DEPLOY_ENV}
4343
source awsenvconf
44-
#./buildenv.sh -e ${DEPLOY_ENV} -b ${LOGICAL_ENV}-${APP_NAME}-deployvar
45-
#source buildenvvar
46-
#./master_deploy.sh -d ECS -e ${DEPLOY_ENV} -t latest -s dev-global-appvar,${LOGICAL_ENV}-${APP_NAME}-appvar -i terms-service
44+
./buildenv.sh -e ${DEPLOY_ENV} -b ${LOGICAL_ENV}-${APP_NAME}-deployvar
45+
source buildenvvar
46+
./master_deploy.sh -d ECS -e ${DEPLOY_ENV} -t latest -s dev-global-appvar,${LOGICAL_ENV}-${APP_NAME}-appvar -i terms-service
4747
4848
jobs:
4949
# Build & Deploy against development backend
@@ -78,4 +78,4 @@ workflows:
7878
filters:
7979
branches:
8080
only:
81-
- master
81+
- master

0 commit comments

Comments
 (0)