summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a2b27ed..56032a2 100644
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,6 @@ build:
emacs --batch --load publish.el --funcall org-publish-all
upload:
- rsync -av public/ "notes@leika.ymhg.org:/var/www/notes"
+ rsync --rsh="ssh -o StrictHostKeyChecking=no" -av public/ "notes@leika.ymhg.org:/var/www/notes"
.PHONY: all build install-deps upload