diff options
author | Melody Horn <melody@boringcactus.com> | 2023-03-05 21:28:03 -0700 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2023-03-05 21:28:03 -0700 |
commit | 4eaa30a1f184f406979784b3c765471ff3103e28 (patch) | |
tree | 37afd4b248872a691335636a707168dbde0e3a0e | |
parent | 1f6e3d15260a53bb7722567351d38b50be7f5478 (diff) | |
download | boringcactus.com-4eaa30a1f184f406979784b3c765471ff3103e28.tar.gz boringcactus.com-4eaa30a1f184f406979784b3c765471ff3103e28.zip |
stop using old CI
-rw-r--r-- | .build.yml | 22 |
1 files changed, 0 insertions, 22 deletions
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/ |