#!/bin/sh USER=root HOST=letsworship.xyz DIR=/var/www/letsworship rm -rf public hugo && rsync -avz --delete public/ ${USER}@${HOST}:${DIR} exit 0