From 4eaa30a1f184f406979784b3c765471ff3103e28 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Sun, 5 Mar 2023 21:28:03 -0700 Subject: stop using old CI --- .build.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .build.yml (limited to '.build.yml') diff --git a/.build.yml b/.build.yml deleted file mode 100644 index 6324dae..0000000 --- a/.build.yml +++ /dev/null @@ -1,22 +0,0 @@ -image: alpine/latest -packages: - - py3-pip - - rsync -sources: - - https://git.sr.ht/~boringcactus/boringcactus.com - - https://git.sr.ht/~boringcactus/cactus-ssg -environment: - deploy: services@boringcactus.com -secrets: - - b5cb9b2b-1461-4486-95e1-886451674a89 -tasks: - - install: | - cd cactus-ssg - python3 -m pip install -r requirements.txt - - build: | - cd boringcactus.com - python3 ../cactus-ssg/build.py - - deploy: | - cd boringcactus.com - rsync --rsh="ssh -o StrictHostKeyChecking=no" -rlt8hP --del _site/html/ $deploy:/var/www/html/www.boringcactus.com/ - rsync --rsh="ssh -o StrictHostKeyChecking=no" -rlt8hP --del _site/gmi/ $deploy:/var/gemini/gmi/boringcactus.com/ -- cgit v1.2.3