nichijou/deploy.sh

12 lines
131 B
Bash
Executable file

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