pull before publishing

This commit is contained in:
Nico Schottelius 2019-09-25 21:31:06 +09:00
parent 5d3717dfb4
commit 95f4d721cf
1 changed files with 4 additions and 1 deletions

View File

@ -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