Skip to content

Commit 13894a3

Browse files
authored
Update config.yml
1 parent 8eedd4e commit 13894a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,14 @@ builddeploy_steps: &builddeploy_steps
2626
command: |
2727
./awsconfiguration.sh $DEPLOY_ENV
2828
source awsenvconf
29-
./buildenv.sh -e $DEPLOY_ENV -b ${LOGICAL_ENV}-${APPNAME}-deployvar
29+
./buildenv.sh -e $DEPLOY_ENV -b ${LOGICAL_ENV}-${APPNAME}-buildvar
3030
source buildenvvar
3131
./build.sh
3232
- deploy:
3333
name: Running MasterScript.
3434
command: |
3535
source awsenvconf
36+
./buildenv.sh -e $DEPLOY_ENV -b ${LOGICAL_ENV}-${APPNAME}-deployvar
3637
source buildenvvar
3738
#./master_deploy.sh -d CFRONT -e $DEPLOY_ENV -c true
3839

0 commit comments

Comments
 (0)