blob: 3171e58224d7f607f2bd0228814e4e77ce0b8f21 (
plain)
1
2
3
4
5
6
7
8
|
#!/bin/sh
./build.sh
gzip -k public/**/*.html
gzip -k public/**/*.css
gzip -k public/**/*.xml
rsync -rtvzP public/ --rsync-path='doas rsync' \
lemurianmage@slimegirl.nexus:/var/www/htdocs/slimegirl.nexus
|