10 lines
238 B
Bash
10 lines
238 B
Bash
#!/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"}
|