image: alpine/edge packages: - rsync - git - hugo sources: - https://git.sr.ht/~redstrate/xiv.zone secrets: - b748582a-5d31-4fe8-94d6-4a63035e97aa tasks: - build: | cd xiv.zone hugo - deploy: | cd xiv.zone echo "StrictHostKeyChecking=no" >> ~/.ssh/config rsync -Wvr public/ deploy@ryne.moe:/var/ryne/sync/xiv.zone