From daedadec9fd7bab5c23afe68bdca6be5dfbe5ca9 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Thu, 11 May 2023 15:05:20 +0100 Subject: Added build file --- .build.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .build.yml diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..9683c44 --- /dev/null +++ b/.build.yml @@ -0,0 +1,16 @@ +image: archlinux +sources: + - https://git.sr.ht:~yulqen/twentyfoursoftware.com +packages: + - rsync +environment: + deploy: lemon@joannalemon.com +secrets: + - ff8a0fab-2c22-4afd-9955-ddf4090288d5 +tasks: + - deploy: | + cd yulqen.org + sshopts="ssh -o StrictHostKeyChecking=no -p 2222" + rsync -azr --rsh="$sshopts" public/ $deploy:/var/www/twentyfoursoftware.com/ --exclude Makefile --exclude .git --exclude .htaccess --delete + + -- cgit v1.2.3