summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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: