don't deploy by default of argument
This commit is contained in:
@ -6,10 +6,11 @@ ASPNET_LOG_LEVEL=info #warn
|
||||
HOSTING=localhost
|
||||
HOSTADMIN=root
|
||||
|
||||
deploy: clean pushInPre pushInProd
|
||||
|
||||
all: bin/$(CONFIGURATION)
|
||||
|
||||
deploy: clean pushInPre pushInProd
|
||||
|
||||
git_status := $(shell git status -s --porcelain |wc -l)
|
||||
|
||||
status:
|
||||
|
Reference in New Issue
Block a user