use rsync per default to upload the blog

This commit is contained in:
Alexis Metaireau 2012-07-24 16:36:19 +02:00
parent dc28d602f8
commit 9e45840912

View file

@ -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