summaryrefslogtreecommitdiffstats
path: root/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.sh b/run.sh
index 1dd2966..4b5f4fc 100755
--- a/run.sh
+++ b/run.sh
@@ -2,5 +2,5 @@
. ./bin/activate
./bin/pelican content -s pelicanconf.py -t themes/pelican-elegant-1.3 || exit
if [ "$REALLY_DEPLOY" = "1" ]; then
- rsync -razvP --delete-after output/ cmr@octayn.net:twir
+ rsync -razvP --delete-after output/ cmr@octayn.net:twir-staging
fi