simpler, better

This commit is contained in:
2018-06-10 20:40:11 +02:00
parent b14ad5242b
commit 78c89b32b4
27 changed files with 3323 additions and 50 deletions

View File

@ -23,6 +23,11 @@ default: pushInPre
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