diff options
-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/ |