fix build

This commit is contained in:
user 2022-11-12 15:20:33 +00:00
parent e1c002e258
commit 78516ef55b

View file

@ -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