Deployment with Rsync | Hugo

The spoiler is that you can deploy your entire website with a command that looks like the following:

hugo && rsync -avz --delete public/ [email protected]:~/www/


Guessing this would be the most customizable workflow. Roll my own and push.