diff options
author | Matthew Lemon <y@yulqen.org> | 2024-09-19 11:31:25 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-09-19 11:31:25 +0100 |
commit | d794a536d1bd555556debd05cc79d8a076d15092 (patch) | |
tree | c944f2a72a8a1b30a5209123f217265884f14c7b | |
parent | 07beaf5f90d924960e946de6a6c073c81c007c83 (diff) |
removes srht build file
-rw-r--r-- | .build.yml | 20 |
1 files changed, 0 insertions, 20 deletions
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 - - |