Files
website/push.sh
Simon Gardling 032679b34a setup
2023-10-11 17:38:05 -04:00

10 lines
206 B
Bash
Executable File

#!/bin/bash
hugo
rsync -avz --delete public/ server-public:/srv/http/ \
--exclude="/ytbn"
rsync -avz --delete ~/projects/titaniumtown.github.io/ server-public:/srv/http/ytbn/ \
--exclude=".git"