#!/bin/sh

hugo --cleanDestinationDir && rsync -Pa --delete /home/peter/peterdominguez.art/public/* debbie:/var/www/peterspage

exit 0
