don't deploy by default of argument

This commit is contained in:
2017-12-19 09:55:29 +01:00
parent 11a5172fbc
commit c1d1a2da2c

View File

@ -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: