From 78516ef55b82b38fe28af882878425717df46477 Mon Sep 17 00:00:00 2001 From: user Date: Sat, 12 Nov 2022 15:20:33 +0000 Subject: [PATCH] fix build --- .build.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.build.yml b/.build.yml index c40a2b5..ceecaa6 100644 --- a/.build.yml +++ b/.build.yml @@ -3,6 +3,7 @@ packages: - ruby-full - ruby-dev - nodejs + - rsync sources: - https://git.sr.ht/~stfn/freehold-cottage environment: @@ -18,6 +19,7 @@ tasks: bundle exec jekyll build - deploy: | cd freehold-cottage - ssh_opts="-o StrictHostKeyChecking=no" - rsync --rsh="$sshopts" -rP _site $deploy + ssh_opts="ssh -o StrictHostKeyChecking=no" + rsync --rsh="$sshopts" -rP _site/ $deploy +