Don't delete extra files when deploying.

This commit is contained in:
Justin Hsu 2021-01-14 15:45:38 +00:00
parent c2c9f85ff9
commit 420ddaed70
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
find . -type d -exec chmod a+rx {} \;
find . -type f -exec chmod a+r {} \;
\rsync -avzp --delete -e ssh ./_site/ jackknife:/home/justhsu/html/
\rsync -avzp -e ssh ./_site/ jackknife:/home/justhsu/html/