thing
This commit is contained in:
8
push.sh
8
push.sh
@@ -1,11 +1,9 @@
|
||||
#!/usr/bin/env fish
|
||||
|
||||
set -e
|
||||
# set -e
|
||||
|
||||
hugo --minify
|
||||
|
||||
rsync -rvz --delete public/ server-public:/tank/services/http/ \
|
||||
--exclude={"/ytbn", "/hdr_plus", "/caddy"}
|
||||
rsync -rvz --delete --exclude={"/hdr_plus" "/caddy" "/cdn"} public/ server:/tank/services/http/
|
||||
|
||||
rsync -rvz --delete ~/projects/integral_site/titaniumtown.github.io/ server-public:/tank/services/http/ytbn/ \
|
||||
--exclude={".git"}
|
||||
# rsync -rvz --delete ~/projects/integral_site/titaniumtown.github.io/ server-public:/tank/services/http/ytbn/
|
||||
|
||||
Reference in New Issue
Block a user