From ac9a4bebfbe6065c23fcdab04309b5442f9dca86 Mon Sep 17 00:00:00 2001 From: Corey Richardson Date: Mon, 10 Nov 2014 11:11:47 -0500 Subject: Add theme, stuff --- run.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'run.sh') 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 -- cgit v1.2.3