Deploy script now removes unnecessary files.

This commit is contained in:
Justin Hsu 2017-12-23 16:26:29 +00:00
parent 4f340167b8
commit afe68a245f
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 -e ssh ./_site/ jackknife:/home/justhsu/html/
\rsync -avzp --delete -e ssh ./_site/ jackknife:/home/justhsu/html/