From 31e6e2d3b79824875c90ba4606060441e141bc8a Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Tue, 17 Nov 2020 16:36:32 -0700 Subject: fix deployment --- .build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.build.yml b/.build.yml index 130204f..6324dae 100644 --- a/.build.yml +++ b/.build.yml @@ -1,6 +1,6 @@ image: alpine/latest packages: - - python3-pip + - py3-pip - rsync sources: - https://git.sr.ht/~boringcactus/boringcactus.com @@ -18,5 +18,5 @@ tasks: python3 ../cactus-ssg/build.py - deploy: | cd boringcactus.com - rsync -rP _site/html/ $deploy:/var/www/html/www.boringcactus.com/ - rsync -rP _site/gmi/ $deploy:/var/gemini/gmi/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