summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-09-28 15:03:57 +0200
committermakefu <github@syntax-fehler.de>2017-09-28 15:04:57 +0200
commit7dbb071934bf763fe27af605861bae5c411e6512 (patch)
treea5a488cec294fa0e7976a70555605dd585b36f89 /Makefile
parent47686ddf049c523d7082426a1ed33fa8280e5a83 (diff)
update makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 9785de3..c0643cb 100644
--- a/Makefile
+++ b/Makefile
@@ -12,10 +12,10 @@ FTP_HOST=syntax-fehler.de
FTP_USER=syntax-fehler
FTP_TARGET_DIR=httpdocs
-SSH_HOST=pigstarter.krebsco.de
+SSH_HOST=euer.krebsco.de
SSH_PORT=22
-SSH_USER=makefu
-SSH_TARGET_DIR=/var/www/euer.krebsco.de
+SSH_USER=root
+SSH_TARGET_DIR=/var/www/blog.euer
S3_BUCKET=my_s3_bucket
@@ -52,7 +52,7 @@ help:
@echo 'Set the DEBUG variable to 1 to enable debugging, e.g. make DEBUG=1 html'
@echo ' '
-html:
+html: clean
$(PELICAN) $(INPUTDIR) -o $(OUTPUTDIR) -s $(CONFFILE) $(PELICANOPTS)
clean: