deploy.
This commit is contained in:
parent
6da83c7321
commit
8fdc69d7b3
1 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,8 @@ ASPNET_ENV=Development
|
||||||
CONFIGURATION=Release
|
CONFIGURATION=Release
|
||||||
ASPNET_LOG_LEVEL=info #warn
|
ASPNET_LOG_LEVEL=info #warn
|
||||||
|
|
||||||
|
deploy: clean pushInPre pushInProd
|
||||||
|
|
||||||
all: bin/$(CONFIGURATION)
|
all: bin/$(CONFIGURATION)
|
||||||
|
|
||||||
git_status := $(shell git status -s --porcelain |wc -l)
|
git_status := $(shell git status -s --porcelain |wc -l)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue