justin-site/scripts/deploy.sh
Justin Alpine Hsu de418a1112 Update script.
2023-03-11 14:18:16 -05:00

6 lines
142 B
Bash
Executable File

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