diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2015-03-19 11:44:50 +0100 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2015-03-19 12:25:34 +0100 |
commit | e10d5c7b0e54e1de8f7df9b4a8078e4331ee193d (patch) | |
tree | 05a721f9ddaa6e23db7c0cfb7b812f340cbcb4ab /publish.sh | |
parent | 476a5eca7679a2062fdf21d20b4150183f266e3b (diff) |
Typo
Diffstat (limited to 'publish.sh')
-rwxr-xr-x | publish.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,5 +2,5 @@ source ~/.virtualenvs/pelican3.5/bin/activate cd ~/pelican/ make publish -rsync -ra --del -e ssh output/ chimrod.com:/home/www/blog-chimrod/ +rsync -ra --del -e ssh output/ goku:/home/www/blog-chimrod/ rsync -ra --del -e ssh output/ vps71296:/srv/apache/blog-chimrod/ |