From 2af7a96381de13cef8b8a20df77738bc4832643d Mon Sep 17 00:00:00 2001 From: Christopher Thomas Bohn Date: Thu, 25 Nov 2021 14:32:20 -0600 Subject: [PATCH] Add .build.yml --- .build.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .build.yml diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..b322d6f --- /dev/null +++ b/.build.yml @@ -0,0 +1,15 @@ +image: archlinux +packages: + - rsync +sources: + - https://git.sr.ht/~ctb/gemini-capsule +environment: + deploy: ctb@chrisbohn.org +secrets: +- 1169255b-7137-4364-a5eb-0662c260b28c +tasks: + - deploy: | + cd gemini-capsule + sshopts="ssh -o StrictHostKeyChecking=no" + rsync --rsh="$sshopts" -rtvzP docs $deploy:~/Documents/ + -- 2.38.4