justin-site/scripts/deploy.sh

6 lines
155 B
Bash
Raw Normal View History

2015-01-05 06:20:06 +00:00
#!/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/