justin-site/scripts/deploy.sh

6 lines
142 B
Bash
Raw Normal View History

2023-03-11 19:18:16 +00:00
#!/bin/bash
2015-01-05 06:20:06 +00:00
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/