diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2013-05-01 13:19:41 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2013-05-01 13:19:41 +0200 |
commit | a59aab5a8c8122e13ca8482246437feac536da5b (patch) | |
tree | df7d990985c39be7bc5e2dda4a7595f99046955c /publish.sh | |
parent | dc214056449119b29ad7b19b8d47e81b343ff453 (diff) |
Updated publication configuration
Diffstat (limited to 'publish.sh')
-rwxr-xr-x | publish.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ #!/bin/bash source ~/.virtualenvs/pelican/bin/activate cd ~/pelican/blog/ -make html +make publish rsync -ra --del output/ /home/www/blog-chimrod/ |