From b47845ea7c7e12e0398a42b14912e797a6a8273b Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Mon, 16 Jul 2012 21:20:24 +0200 Subject: [PATCH] change the publication server --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 747f7af..3f41120 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,4 @@ build: pelican -s pelican.conf.py . upload: build - scp -rP 20004 output/* alexis@notmyidea.org:/usr/local/www/notmyidea.org/blog - curl http://notmyidea.org/reload + scp -r output/* alexis@files.lolnet.lan:/home/www/notmyidea.org/blog