pull before publishing
This commit is contained in:
parent
5d3717dfb4
commit
95f4d721cf
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
@ -3,7 +3,10 @@ DESTINATION=ungleichstatic@staticweb.ungleich.ch:/home/services/www/ungleichstat
|
||||||
|
|
||||||
all: publish
|
all: publish
|
||||||
|
|
||||||
publish: build permissions
|
pull:
|
||||||
|
git pull
|
||||||
|
|
||||||
|
publish: pull build permissions
|
||||||
rsync -av $(BUILDDIR)/ $(DESTINATION)
|
rsync -av $(BUILDDIR)/ $(DESTINATION)
|
||||||
|
|
||||||
permissions: build
|
permissions: build
|
||||||
|
|
Loading…
Reference in a new issue