diff options
| author | azureazure <azureazure@disroot.org> | 2026-05-15 16:35:46 +0200 |
|---|---|---|
| committer | azureazure <azureazure@disroot.org> | 2026-05-15 16:35:46 +0200 |
| commit | 2ed89a7e849622cd4d17ab2117527b509ae0fe73 (patch) | |
| tree | 03936464353db49d5c75e946a2f1d3798550bd41 /post.sh | |
| parent | ce8e014192718c85f0e9871e1521287a7cf120af (diff) | |
| download | slimegirl.nexus-2ed89a7e849622cd4d17ab2117527b509ae0fe73.tar.gz | |
gzip stuff before posting
Diffstat (limited to 'post.sh')
| -rwxr-xr-x | post.sh | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,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 |
