diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2014-09-21 10:54:13 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2014-09-21 10:54:13 +0200 |
commit | 71b7a6570d06b1457308cb37ccd7c7a4c791d961 (patch) | |
tree | edc34f9f425e97865480c73bda36ef3c78e81d21 /publish.sh | |
parent | 6c1e296de08cb4cbf2f30eb87dd20a7d1b1fefd8 (diff) |
URL correction in navit article
Diffstat (limited to 'publish.sh')
-rwxr-xr-x | publish.sh | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,6 @@ #!/bin/bash -source ~/.virtualenvs/pelican/bin/activate +source ~/.virtualenvs/pelican3.4/bin/activate cd ~/pelican/ make publish -rsync -ra --del output/ /home/www/blog-chimrod/ +rsync -ra --del -e ssh output/ chimrod.com:/home/www/blog-chimrod/ +rsync -ra --del -e ssh output/ vps71296:/srv/apache/blog-chimrod/ |