From 9b8137840e8fc8e2dd40bead05458592dd368104 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Wed, 22 May 2024 20:29:57 -0400 Subject: [PATCH] Remove .build.yml --- .build.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .build.yml diff --git a/.build.yml b/.build.yml deleted file mode 100644 index 4d1ee02..0000000 --- a/.build.yml +++ /dev/null @@ -1,17 +0,0 @@ -image: alpine/edge -packages: - - rsync - - git - - hugo -sources: - - https://git.sr.ht/~redstrate/docs.xiv.zone -secrets: - - b748582a-5d31-4fe8-94d6-4a63035e97aa -tasks: - - build: | - cd docs.xiv.zone - hugo - - deploy: | - cd docs.xiv.zone - echo "StrictHostKeyChecking=no" >> ~/.ssh/config - rsync -e 'ssh -p 38901' -Wvr public/ deploy@ryne.moe:/srv/http/docs.xiv.zone