summaryrefslogtreecommitdiffstats
path: root/run.sh
diff options
context:
space:
mode:
authorCorey Richardson <corey@octayn.net>2014-11-10 11:11:47 -0500
committerCorey Richardson <corey@octayn.net>2014-11-10 11:11:47 -0500
commitac9a4bebfbe6065c23fcdab04309b5442f9dca86 (patch)
tree32962a61478b0257a71c344a5cfaca372b388293 /run.sh
parent90db62393760a9166c928509ab8c86148ffafd09 (diff)
Add theme, stuff
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/run.sh b/run.sh
index 58ff999..9f9f746 100755
--- a/run.sh
+++ b/run.sh
@@ -1,4 +1,6 @@
#!/bin/sh
. ./bin/activate
./bin/pelican content -s pelicanconf.py -t themes/pelican-elegant-1.3
-rsync -razvP --delete-after output/ cmr@octayn.net:twir
+if [ "$REALLY_DEPLOY" = "1" ]; then
+ rsync -razvP --delete-after output/ cmr@octayn.net:twir
+fi