Skip to content

Commit 3a6d5fa

Browse files
authored
Update master_deploy.sh
1 parent 7a2bad0 commit 3a6d5fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

master_deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ deploy_lambda_package()
569569
if [ "$AWS_LAMBDA_DEPLOY_TYPE" == "SLS" ]
570570
then
571571
echo "welcome to lambda SLS deploy"
572-
sls deploy
572+
sls deploy --stage $AWS_LAMBDA_STAGE
573573
fi
574574

575575

0 commit comments

Comments
 (0)