diff options
author | Chimrod <contact+git@chimrod.com> | 2013-04-19 15:59:12 +0200 |
---|---|---|
committer | Chimrod <contact+git@chimrod.com> | 2013-04-19 15:59:12 +0200 |
commit | 954fa32ab44f4d982b7a8da31f4bd531aa8f37ec (patch) | |
tree | a03c04d8559fb9fc9c69e97543bd8e80367af073 | |
parent | 3bd64117093777c9708e7ba73b94ee52d0ecce98 (diff) |
Moved publication script away from content
-rwxr-xr-x | publish.sh (renamed from content/publish.sh) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/content/publish.sh b/publish.sh index da29cef..a11b1b6 100755 --- a/content/publish.sh +++ b/publish.sh @@ -1,6 +1,5 @@ #!/bin/bash -#mkvirtualenv pelican source ~/.virtualenvs/pelican/bin/activate -cd ~/pelican/ +cd ~/pelican/blog/ make html rsync -ra --del output/ /home/www/blog-chimrod/ |