#!/bin/sh
USER=dotyaoverlord
HOST=dotya.ml
DIR=public/
hugo && rsync -avz --delete public/ ${USER}@${HOST}:~/${DIR}
exit 0