Fix deploy problems.

This commit is contained in:
Justin Hsu
2015-01-04 23:50:50 -08:00
parent 97d1fce474
commit 913996c8f5
2 changed files with 3 additions and 3 deletions
Regular → Executable
+2 -2
View File
@@ -1,5 +1,5 @@
#!/opt/local/bin/zsh
find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;
find . -type d -exec chmod a+rx {} \;
find . -type f -exec chmod a+r {} \;
\rsync -avzp -e ssh ./_site/ jackknife:/home/justhsu/html/