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