justin-site/scripts/deploy.sh

6 lines
151 B
Bash
Executable File

#!/opt/local/bin/zsh
find . -type d -exec chmod a+rx {} \;
find . -type f -exec chmod a+r {} \;
\rsync -avzp -e ssh ./_site/ jackfruit:/var/www/html/