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..a648af4 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 -e "ssh -i ~/.ssh/twir_deploy_key" -razvP --delete-after output/ twir@octayn.net:production
fi