blob: fe106f015938f063bb776586920567e2dbfb3a0d (
plain)
1
2
3
4
5
6
7
|
#!/usr/bin/env bash
shopt -s globstar
./build.sh
gzip -9 -f -k public{/,/**/}*.{html,css,xml}
rsync -rtvzP public/ --rsync-path='doas rsync' \
lemurianmage@slimegirl.nexus:/var/www/htdocs/slimegirl.nexus
|