We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07f894d commit 5d25c93Copy full SHA for 5d25c93
.circleci/config.yml
@@ -59,7 +59,7 @@ build_steps: &build_steps
59
./buildenv.sh -e $DEPLOY_ENV -b ${DEPLOY_ENV}-ap-review-microservice-ecs-deployvar
60
source buildenvvar
61
#./master_deploy.sh -d EBS -e $DEPLOY_ENV -t "${DEPLOY_ENV}.${CIRCLE_BUILD_NUM}"
62
- ./master_deploy.sh -d ECS -e $DEPLOY_ENV -t latest -s ${LOGICAL_ENV}-${APPNAME}-appvar -i ${APPNAME}
+ ./master_deploy.sh -d ECS -e $DEPLOY_ENV -t latest -s ${DEPLOY_ENV}-${APPNAME}-appvar -i ${APPNAME}
63
64
jobs:
65
"build-dev":
0 commit comments