From d8b4616783c1d646aea14ccb0f885c9224e03fb2 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Wed, 20 Sep 2017 13:05:10 +0200 Subject: [PATCH] deploy. --- Yavsc/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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)