summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-03-21 17:40:50 +0000
committerYann Herklotz <git@yannherklotz.com>2022-03-21 17:40:50 +0000
commit7285bd2939c8c23b8c2dce40a600f965f60130b5 (patch)
treeb8fcf93eb093f3951a2af5fde715e7fce8cb6413
parent81f5fcb4b3a1d01751bc542c4966ca722d54a197 (diff)
downloadymhg-notes-7285bd2939c8c23b8c2dce40a600f965f60130b5.tar.gz
ymhg-notes-7285bd2939c8c23b8c2dce40a600f965f60130b5.zip
Update build dependencies
-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