diff --git a/Makefile b/Makefile index 3f41120..5dbf724 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ build: pelican -s pelican.conf.py . upload: build - scp -r output/* alexis@files.lolnet.lan:/home/www/notmyidea.org/blog + rsync -e "ssh -p 22" -P -rvz --delete output/* alexis@fileS.lolnet.lan:/home/www/notmyidea.org/blog