Skip to content

Commit

Permalink
serverless deploy with verbose logging
Browse files Browse the repository at this point in the history
  • Loading branch information
glin committed Jul 5, 2023
1 parent a73e4ce commit 3264aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ rebuild-all: deps fetch-serverless-custom-file
$(SLS_BINARY) invoke stepf -n rBuilds -d '{"force": true}'

serverless-deploy.%: deps fetch-serverless-custom-file
$(SLS_BINARY) deploy --stage $*
$(SLS_BINARY) deploy --stage $* --verbose

# Package the service only, for debugging.
# Requires deps and fetch-serverless-custom-file to be run first.
Expand Down

0 comments on commit 3264aa3

Please sign in to comment.