justin-site/scripts/deploy.sh

6 lines
151 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 {} \;
2022-11-12 04:49:56 +00:00
\rsync -avzp -e ssh ./_site/ jackfruit:/var/www/html/