Remove the deploy.sh script
Deployment is done through the Makefile now.
This commit is contained in:
parent
79674d4a07
commit
46ee9ff892
1 changed files with 0 additions and 14 deletions
14
deploy.sh
14
deploy.sh
|
|
@ -1,14 +0,0 @@
|
|||
#!/usr/bin/env zsh
|
||||
# Deploy erynwells.me to my web root
|
||||
# Eryn Wells <eryn@erynwells.me>
|
||||
|
||||
print -P "%BFiltering .DS_Store files%b"
|
||||
find . -name '.DS_Store' -print -delete
|
||||
|
||||
print -P "%BGenerating site%b"
|
||||
hugo
|
||||
|
||||
echo
|
||||
print -P "%BRsyncing site to nutmeg.erynwells.me%b"
|
||||
rsync -avz --no-times --no-perms --delete public/ \
|
||||
eryn@nutmeg.erynwells.me:/srv/www/erynwells.me/html
|
||||
Loading…
Add table
Add a link
Reference in a new issue