don't deploy by default of argument

vnext
Paul Schneider 7 years ago
parent 11a5172fbc
commit c1d1a2da2c
1 changed files with 2 additions and 1 deletions

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

Loading…