Skip to content

Commit 246d277

Browse files
Update master_deploy.sh
1 parent fb4f900 commit 246d277

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
@@ -579,7 +579,7 @@ deploy_lambda_package()
579579
if [ "$AWS_LAMBDA_DEPLOY_TYPE" == "SLS" ]
580580
then
581581
echo "welcome to lambda SLS deploy"
582-
sls deploy --force --stage $AWS_LAMBDA_STAGE
582+
sls deploy --stage $AWS_LAMBDA_STAGE
583583
fi
584584

585585

0 commit comments

Comments
 (0)