Makefile and deploy.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#!/opt/local/bin/zsh
|
||||
|
||||
find . -type d -exec chmod 755 {} \;
|
||||
find . -type f -exec chmod 644 {} \;
|
||||
\rsync -avzp -e ssh ./_site/ jackknife:/home/justhsu/html/
|
||||
Reference in New Issue
Block a user