From a89b10edf5d656c735e3d54bcd48d783c0d19400 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 19 Dec 2022 07:19:10 +0000 Subject: testing sourchut build --- .build.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .build.yml (limited to '.build.yml') diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..cdb4f2e --- /dev/null +++ b/.build.yml @@ -0,0 +1,16 @@ +image: archlinux +sources: + - https://git.sr.ht:~yulqen/yulqen.org +packages: + - rsync +environment: + deploy: lemon@joannalemon.com +secrets: + - ff8a0fab-2c22-4afd-9955-ddf4090288d5 +tasks: + - deploy: | + cd yulqen.org + sshopts="ssh -o StrictHostKeyChecking=no" + rsync --rsh="$sshopts" toss.txt $deploy:/var/www/yulqen.org/ + + -- cgit v1.2.3