This commit is contained in:
Simon Gardling
2023-10-11 21:11:31 -04:00
parent 032679b34a
commit e5adc8cbac
2 changed files with 3 additions and 3 deletions

View File

@@ -1,9 +1,9 @@
#!/bin/bash
#!/bin/fish
hugo
rsync -avz --delete public/ server-public:/srv/http/ \
--exclude="/ytbn"
--exclude={"/ytbn", "/hdr_plus/*.zip"}
rsync -avz --delete ~/projects/titaniumtown.github.io/ server-public:/srv/http/ytbn/ \
--exclude=".git"