From 424bcad64810092c21e7e3fe251a00fda1957209 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Mon, 17 Sep 2012 13:14:19 +0200 Subject: [PATCH] Update the makefile to not need dns --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5dbf724..56b8431 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ build: pelican -s pelican.conf.py . upload: build - rsync -e "ssh -p 22" -P -rvz --delete output/* alexis@fileS.lolnet.lan:/home/www/notmyidea.org/blog + rsync -e "ssh -p 22" -P -rvz --delete output/* alexis@172.19.2.119:/home/www/notmyidea.org/blog