summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d3a2532..7dbc07c 100644
--- a/Makefile
+++ b/Makefile
@@ -12,10 +12,10 @@ FTP_HOST=localhost
FTP_USER=anonymous
FTP_TARGET_DIR=/
-SSH_HOST=localhost
+SSH_HOST=fossencdi.org
SSH_PORT=22
-SSH_USER=root
-SSH_TARGET_DIR=/var/www
+SSH_USER=mfweb
+SSH_TARGET_DIR=/var/www/blog
S3_BUCKET=my_s3_bucket
@@ -97,6 +97,7 @@ stopserver:
@echo 'Stopped Pelican and SimpleHTTPServer processes running in background.'
publish:
+ @echo 'Is the Impressum correct?'
$(PELICAN) $(INPUTDIR) -o $(OUTPUTDIR) -s $(PUBLISHCONF) $(PELICANOPTS)
ssh_upload: publish