#!/bin/sh
set -eu
hugo --minify
rsync \
-a \
--delete \
--progress \
public/ \
'root@shione:/var/www/html/www.shione.net'