This repository was archived by the owner on Dec 9, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed
Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -97,15 +97,15 @@ build_deploy_steps: &build_deploy_steps
9797 name : Build Image
9898 command : |
9999 echo "Building image"
100- ./build/build-image.sh /home/circleci/project $TEMP_ENV
100+ ./build/build-image.sh /home/circleci/project $LOGICAL_ENV
101101 - run :
102102 name : Deploying Application.
103103 command : |
104104 pwd
105105 source awsenvconf
106106 source buildenvvar
107107 # ./master_deploy.sh -d EBS -e $DEPLOY_ENV -t "${LOGICAL_ENV}.${VER}"
108- ./master_deploy.sh -d ECS -e $DEPLOY_ENV -t "${TEMP_ENV }.${VER}" -s ${LOGICAL_ENV}_identity_ecs_appvar -i ap-identity-microservice
108+ ./master_deploy.sh -d ECS -e $DEPLOY_ENV -t "${LOGICAL_ENV }.${VER}" -s ${LOGICAL_ENV}_identity_ecs_appvar -i ap-identity-microservice
109109
110110
111111jobs :
@@ -114,7 +114,7 @@ jobs:
114114 << : *defaults
115115 environment :
116116 DEPLOY_ENV : " DEV"
117- LOGICAL_ENV : " dev"
117+ LOGICAL_ENV : " dev-pg "
118118 steps : *build_deploy_steps
119119
120120 " build-dev-pg " :
@@ -143,13 +143,7 @@ workflows:
143143 context : org-global
144144 filters :
145145 branches :
146- only : [dev, test]
147- - " build-dev-pg " :
148- context : org-global
149- filters :
150- branches :
151- only : [dev-pg]
152-
146+ only : [dev, test,dev-pg]
153147 # Production build is executed on "master" branch only.
154148 - " build-prod " :
155149 context : org-global
You can’t perform that action at this time.
0 commit comments