diff --git a/Makefile b/Makefile index 5935ca1..b266c83 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,17 @@ BUILDDIR?=../ungleich-staticcms-build DESTINATION=ungleichstatic@staticweb.ungleich.ch:/home/services/www/ungleichstatic/staticcms.ungleich.ch/www/u/ -all: publish +all: goodpush pull: git pull +push: + git push + +goodpush: + make publish && make push + publish: pull build deploy deploy: permissions