don't deploy by default of argument
This commit is contained in:
parent
32678cf0aa
commit
abecf24f99
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…
Add table
Add a link
Reference in a new issue