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 2ce844f commit 82cbf19Copy full SHA for 82cbf19
.circleci/config.yml
@@ -38,9 +38,9 @@ builddeploy_steps: &builddeploy_steps
38
source awsenvconf
39
# # producer deployment
40
# ./unsetenv.sh
41
- ./buildenv.sh -e $DEPLOY_ENV -b ${LOGICAL_ENV}-${APPNAME}-producer-deployvar
42
- source buildenvvar
43
- ./master_deploy.sh -d ECS -e $DEPLOY_ENV -t latest -s ${LOGICAL_ENV}-global-appvar,${LOGICAL_ENV}-${APPNAME}-appvar -i ${APPNAME}
+ # ./buildenv.sh -e $DEPLOY_ENV -b ${LOGICAL_ENV}-${APPNAME}-producer-deployvar
+ # source buildenvvar
+ # ./master_deploy.sh -d ECS -e $DEPLOY_ENV -t latest -s ${LOGICAL_ENV}-global-appvar,${LOGICAL_ENV}-${APPNAME}-appvar -i ${APPNAME}
44
# # notify deployment
45
# rm -rf buildenvvar
46
0 commit comments