This commit is contained in:
Simon Gardling
2023-10-11 17:38:05 -04:00
commit 032679b34a
242 changed files with 9311 additions and 0 deletions

9
push.sh Executable file
View File

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