Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit eb9d3ac

Browse files
author
Sachin Maheshwari
committed
fixing CI/CD appvar conf file name
1 parent 7226ef2 commit eb9d3ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ build_steps: &build_steps
4646
command: |
4747
./awsconfiguration.sh $DEPLOY_ENV
4848
source awsenvconf
49-
./buildenv.sh -e $DEPLOY_ENV -b ${LOGICAL_ENV}-${APPNAME}-buildvar,${LOGICAL_ENV}-${APPNAME}-deployvar
49+
./buildenv.sh -e $DEPLOY_ENV -b ${LOGICAL_ENV}-${APPNAME}-appvar,${LOGICAL_ENV}-${APPNAME}-deployvar
5050
source buildenvvar
5151
./master_deploy.sh -d LAMBDA -e $DEPLOY_ENV
5252
#-s ${LOGICAL_ENV}-${APPNAME}-appvar

0 commit comments

Comments
 (0)