From 95f4d721cf43f843bb10d9f4c105cadc356e0703 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 25 Sep 2019 21:31:06 +0900 Subject: [PATCH] pull before publishing --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 22c5a5e..6057724 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,10 @@ DESTINATION=ungleichstatic@staticweb.ungleich.ch:/home/services/www/ungleichstat all: publish -publish: build permissions +pull: + git pull + +publish: pull build permissions rsync -av $(BUILDDIR)/ $(DESTINATION) permissions: build