Don't delete extra files when deploying.
This commit is contained in:
parent
c2c9f85ff9
commit
420ddaed70
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue