summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.build.yml2
-rw-r--r--Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/.build.yml b/.build.yml
index 4a94943..70de523 100644
--- a/.build.yml
+++ b/.build.yml
@@ -2,7 +2,7 @@ image: debian/testing
packages:
- emacs-nox
- rsync
- - gnuplot
+ - gnuplot-nox
sources:
- https://git.sr.ht/~ymherklotz/ymhg-notes
secrets:
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