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 8eedd4e commit 13894a3Copy full SHA for 13894a3
.circleci/config.yml
@@ -26,13 +26,14 @@ builddeploy_steps: &builddeploy_steps
26
command: |
27
./awsconfiguration.sh $DEPLOY_ENV
28
source awsenvconf
29
- ./buildenv.sh -e $DEPLOY_ENV -b ${LOGICAL_ENV}-${APPNAME}-deployvar
+ ./buildenv.sh -e $DEPLOY_ENV -b ${LOGICAL_ENV}-${APPNAME}-buildvar
30
source buildenvvar
31
./build.sh
32
- deploy:
33
name: Running MasterScript.
34
35
36
+ ./buildenv.sh -e $DEPLOY_ENV -b ${LOGICAL_ENV}-${APPNAME}-deployvar
37
38
#./master_deploy.sh -d CFRONT -e $DEPLOY_ENV -c true
39
0 commit comments