Skip to content

Commit 3264aa3

Browse files
committed
serverless deploy with verbose logging
1 parent a73e4ce commit 3264aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ rebuild-all: deps fetch-serverless-custom-file
4747
$(SLS_BINARY) invoke stepf -n rBuilds -d '{"force": true}'
4848

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

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

0 commit comments

Comments
 (0)