Files
website/push.sh
Simon Gardling f04e4bfc26 excludes
2023-10-14 00:06:50 -04:00

10 lines
240 B
Bash
Executable File

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