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 /publish.sh | |
parent | 3bd64117093777c9708e7ba73b94ee52d0ecce98 (diff) |
Moved publication script away from content
Diffstat (limited to 'publish.sh')
-rwxr-xr-x | publish.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/publish.sh b/publish.sh new file mode 100755 index 0000000..a11b1b6 --- /dev/null +++ b/publish.sh @@ -0,0 +1,5 @@ +#!/bin/bash +source ~/.virtualenvs/pelican/bin/activate +cd ~/pelican/blog/ +make html +rsync -ra --del output/ /home/www/blog-chimrod/ |