Update deploy.sh
This commit is contained in:
parent
ba99fa8f98
commit
48fe338742
1 changed files with 3 additions and 3 deletions
|
@ -2,13 +2,13 @@
|
||||||
# Deploy erynwells.me to my web root
|
# Deploy erynwells.me to my web root
|
||||||
# Eryn Wells <eryn@erynwells.me>
|
# Eryn Wells <eryn@erynwells.me>
|
||||||
|
|
||||||
echo "----- Filtering .DS_Store files"
|
print -P "%BFiltering .DS_Store files%b"
|
||||||
find . -name '.DS_Store' -print -delete
|
find . -name '.DS_Store' -print -delete
|
||||||
|
|
||||||
echo "----- Generating site"
|
print -P "%BGenerating site%b"
|
||||||
hugo
|
hugo
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo "----- Rsyncing site to nutmeg.erynwells.me"
|
print -P "%BRsyncing site to nutmeg.erynwells.me%b"
|
||||||
rsync -avz --no-times --no-perms --delete public/ \
|
rsync -avz --no-times --no-perms --delete public/ \
|
||||||
eryn@nutmeg.erynwells.me:/srv/www/erynwells.me/html
|
eryn@nutmeg.erynwells.me:/srv/www/erynwells.me/html
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue