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