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