mirror of
https://github.com/Brandon-Rozek/website.git
synced 2024-11-24 00:56:32 -05:00
Only upload checksum differences since hugo updates the time modifies on all files
This commit is contained in:
parent
9b17e55c0b
commit
bffd80ae42
1 changed files with 2 additions and 1 deletions
3
sync.sh
3
sync.sh
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env sh
|
||||
hugo
|
||||
rsync -Paz --delete public/ brandonrozek.com:brandonrozek
|
||||
rsync -Pazc --exclude=*.bak --delete public/ brandonrozek.com:brandonrozek/
|
||||
|
||||
|
|
Loading…
Reference in a new issue