#!/bin/sh
set -eu
make
rsync \
-a \
--delete \
--progress \
build/doc/ \
'root@shione:/var/www/html/www.shione.net'