Files
website/push.sh
Simon Gardling e5adc8cbac edit
2023-10-11 21:11:31 -04:00

10 lines
227 B
Bash
Executable File

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