diff --git a/Yavsc/Makefile b/Yavsc/Makefile index f193d988..a074c9c9 100644 --- a/Yavsc/Makefile +++ b/Yavsc/Makefile @@ -4,6 +4,8 @@ ASPNET_ENV=Development CONFIGURATION=Release ASPNET_LOG_LEVEL=info #warn +deploy: clean pushInPre pushInProd + all: bin/$(CONFIGURATION) git_status := $(shell git status -s --porcelain |wc -l)