From c1d1a2da2cf137b2b9fef7a76d41515a7e14e75e Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Tue, 19 Dec 2017 09:55:29 +0100 Subject: [PATCH] don't deploy by default of argument --- Yavsc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Yavsc/Makefile b/Yavsc/Makefile index 9687c429..ff2151b0 100644 --- a/Yavsc/Makefile +++ b/Yavsc/Makefile @@ -6,10 +6,11 @@ ASPNET_LOG_LEVEL=info #warn HOSTING=localhost HOSTADMIN=root -deploy: clean pushInPre pushInProd all: bin/$(CONFIGURATION) +deploy: clean pushInPre pushInProd + git_status := $(shell git status -s --porcelain |wc -l) status: