Deploy script now removes unnecessary files.
This commit is contained in:
parent
4f340167b8
commit
afe68a245f
|
@ -2,4 +2,4 @@
|
||||||
|
|
||||||
find . -type d -exec chmod a+rx {} \;
|
find . -type d -exec chmod a+rx {} \;
|
||||||
find . -type f -exec chmod a+r {} \;
|
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/
|
||||||
|
|
Loading…
Reference in New Issue