image: alpine/edge packages: - curl - hugo - texinfo - rsync - openssh-client secrets: - 17ae50ca-6991-4c70-b0c6-9f1adb17521b tasks: - build: | cd website make - deploy: | sshopt="--rsh=ssh -o StrictHostKeyChecking=no" rsync "$sshopt" -av --delete website/public/ user-data@carbslinux.org:www/carbslinux.org