mirror of
https://github.com/almet/notmyidea.git
synced 2025-04-28 19:42:37 +02:00
use rsync per default to upload the blog
This commit is contained in:
parent
dc28d602f8
commit
9e45840912
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
||||||
build:
|
build:
|
||||||
pelican -s pelican.conf.py .
|
pelican -s pelican.conf.py .
|
||||||
upload: build
|
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
|
||||||
|
|
Loading…
Reference in a new issue