Add verbose logging to serverless deploy
This commit is contained in:
parent
c423af8311
commit
ffb8b7b214
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -37,7 +37,7 @@ rebuild-all: deps fetch-serverless-custom-file
|
||||||
$(SLS_BINARY) invoke stepf -n rBuilds -d '{"force": true}'
|
$(SLS_BINARY) invoke stepf -n rBuilds -d '{"force": true}'
|
||||||
|
|
||||||
serverless-deploy.%: deps fetch-serverless-custom-file
|
serverless-deploy.%: deps fetch-serverless-custom-file
|
||||||
$(SLS_BINARY) deploy --stage $*
|
$(SLS_BINARY) deploy --stage $* --verbose
|
||||||
|
|
||||||
define GEN_TARGETS
|
define GEN_TARGETS
|
||||||
docker-build-$(platform):
|
docker-build-$(platform):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue