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
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
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 $LOGICAL_ENV
100+ ./build/build-image.sh /home/circleci/project $PLATFORM_ENV
101101 - run :
102102 name : Deploying Application.
103103 command : |
104104 pwd
105105 source awsenvconf
106106 source buildenvvar
107- # ./master_deploy.sh -d EBS -e $DEPLOY_ENV -t "${LOGICAL_ENV }.${VER}"
108- ./master_deploy.sh -d ECS -e $DEPLOY_ENV -t "${LOGICAL_ENV }.${VER}" -s ${LOGICAL_ENV}_identity_ecs_appvar -i ap-identity-microservice
107+ # ./master_deploy.sh -d EBS -e $DEPLOY_ENV -t "${PLATFORM_ENV }.${VER}"
108+ ./master_deploy.sh -d ECS -e $DEPLOY_ENV -t "${PLATFORM_ENV }.${VER}" -s ${LOGICAL_ENV}_identity_ecs_appvar -i ap-identity-microservice
109109
110110
111111jobs :
@@ -115,6 +115,7 @@ jobs:
115115 environment :
116116 DEPLOY_ENV : " DEV"
117117 LOGICAL_ENV : " dev-pg"
118+ PLATFORM_ENV : " dev"
118119 steps : *build_deploy_steps
119120
120121 " build-dev-pg " :
You can’t perform that action at this time.
0 commit comments