summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorhorus_arch2016-10-24 17:48:45 +0200
committerhorus_arch2016-10-24 17:48:45 +0200
commit1dd47959707916620db5ffce1e71aecef22695ce (patch)
treef24c41b387ed3d753b575640c274259425200b05 /Makefile
parent46aa49b80981f9cfc87192e1ffb421af922d644f (diff)
downloadgospeladlershof.de-1dd47959707916620db5ffce1e71aecef22695ce.tar.gz
Bugfix im Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 01cab8b..ec7b3a0 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 --delete --exclude=secrets.php --exclude=json -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 && \