From d794a536d1bd555556debd05cc79d8a076d15092 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Thu, 19 Sep 2024 11:31:25 +0100 Subject: removes srht build file --- .build.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .build.yml diff --git a/.build.yml b/.build.yml deleted file mode 100644 index 479d98c..0000000 --- a/.build.yml +++ /dev/null @@ -1,20 +0,0 @@ -image: debian/bookworm -sources: - - https://git.sr.ht:~yulqen/yulqen.org -packages: - - rsync - - hugo -environment: - deploy: lemon@joannalemon.com -secrets: - - ec3b15b5-3539-4e51-8dc7-f37e8200865b -tasks: - - build: | - cd yulqen.org - hugo - - deploy: | - cd yulqen.org - sshopts="ssh -o StrictHostKeyChecking=no -p 2222" - rsync -azr --rsh="$sshopts" public/ $deploy:/var/www/yulqen.org/ --exclude '*.xcf' --exclude Makefile --exclude .git --exclude .htaccess --delete - - -- cgit v1.2.3