10 lines
236 B
Bash
Executable File
10 lines
236 B
Bash
Executable File
#!/bin/fish
|
|
|
|
hugo --minify
|
|
|
|
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"
|