faster
This commit is contained in:
parent
73b7cda4af
commit
2ded35b439
2 changed files with 3 additions and 8 deletions
|
|
@ -7,8 +7,6 @@ ASPNET_LOG_LEVEL=warn
|
|||
include ../versioning.mk
|
||||
include ../dnx.mk
|
||||
|
||||
all: $(BINTARGETPATH)
|
||||
|
||||
web: project.lock.json
|
||||
ASPNET_LOG_LEVEL=$(ASPNET_LOG_LEVEL) ASPNET_ENV=$(ASPNET_ENV) dnx web --configuration=$(CONFIGURATION)
|
||||
|
||||
|
|
@ -27,11 +25,6 @@ deploy-pkg: publish
|
|||
|
||||
deploy: pushInPre pushInProd
|
||||
|
||||
../Yavsc.Server/bin/$(CONFIGURATION)/Yavsc.Server.dll:
|
||||
make -C ../Yavsc.Server CONFIGURATION=$(CONFIGURATION)
|
||||
|
||||
project.json: ../Yavsc.Server/bin/$(CONFIGURATION)/Yavsc.Server.dll
|
||||
|
||||
pushInPre: cleanoutput bin/output/wwwroot/version
|
||||
ssh $(HOSTADMIN)@$(HOSTING) sudo service kestrel-pre stop
|
||||
ssh $(HOSTADMIN)@$(HOSTING) sudo rm -rf $(DESTDIR)/approot
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue