justin-site/scripts/deploy.sh

6 lines
156 B
Bash
Raw Normal View History

2015-01-05 06:20:06 +00:00
#!/opt/local/bin/zsh
2015-01-05 07:50:50 +00:00
find . -type d -exec chmod a+rx {} \;
find . -type f -exec chmod a+r {} \;
\rsync -avzp -e ssh ./_site/ jackknife:/home/justhsu/html/