Files
website/push.sh
2024-09-09 20:54:34 -04:00

12 lines
272 B
Bash
Executable File

#!/usr/bin/env fish
set -e
hugo --minify
rsync -avz --delete public/ server-public:/mnt/services/http/ \
--exclude={"/ytbn", "/hdr_plus", "/caddy"}
rsync -avz --delete ~/projects/titaniumtown.github.io/ server-public:/mnt/services/http/ytbn/ \
--exclude={".git"}