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