mirror of
https://github.com/Brandon-Rozek/website.git
synced 2024-11-09 18:50:34 -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
|
#!/usr/bin/env sh
|
||||||
hugo
|
hugo
|
||||||
rsync -Paz --delete public/ brandonrozek.com:brandonrozek
|
rsync -Pazc --exclude=*.bak --delete public/ brandonrozek.com:brandonrozek/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue