summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHorus32016-11-30 23:58:40 +0100
committerHorus32016-11-30 23:58:40 +0100
commit4d760db429d98fe2e3fadd91004963cf25546609 (patch)
treecc2af1da0506f7c566d97037b75c48ee11e64942 /Makefile
parenta794859b1feae700a57d0994c4a5580cf84da451 (diff)
parent08bb218ded738ec887092bbd2ad6d2051effab6b (diff)
downloadgospeladlershof.de-4d760db429d98fe2e3fadd91004963cf25546609.tar.gz
Merged
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8eb3269..9acd7b2 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ all: build deploy
build:
cd gospeladlershof.de && make build
-deploy:
+deploy: build
if [ -d /var/www/gospeladlershof.de ]; then\
( rsync -avz intern/ /var/www/gospeladlershof.de/intern/ 1>/dev/null 2>/dev/null && \
cd gospeladlershof.de && rsync --delete -avz public/ /var/www/gospeladlershof.de/gospeladlershof.de/ 1>/dev/null 2>/dev/null && \