nichijou/deploy.sh

12 lines
128 B
Bash
Raw Normal View History

#!/bin/sh
set -eu
2024-02-17 09:15:49 -05:00
make
rsync \
-a \
--delete \
--progress \
build/doc \
'root@shione:/var/www/html/www.shione.net/'