justin-site/scripts/deploy.sh

6 lines
142 B
Bash
Raw Normal View History

2023-03-11 14:18:16 -05:00
#!/bin/bash
2015-01-04 22:20:06 -08:00
2015-01-04 23:50:50 -08:00
find . -type d -exec chmod a+rx {} \;
find . -type f -exec chmod a+r {} \;
2022-11-11 23:49:56 -05:00
\rsync -avzp -e ssh ./_site/ jackfruit:/var/www/html/