Fix deploy problems.
This commit is contained in:
Regular → Executable
+2
-2
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user