diff options
| author | lemurianmage <azureazure@disroot.org> | 2026-05-31 00:17:31 +0200 |
|---|---|---|
| committer | lemurianmage <azureazure@disroot.org> | 2026-05-31 00:17:31 +0200 |
| commit | cf102ad6c7d171dd500cae8b419b7f5c1e796ab4 (patch) | |
| tree | fc9c143c3f31b91aebf31d91e6a0e0960da15fc6 /post.sh | |
| parent | 226c628caaa2fc393010c2fa948ec0c5d7664115 (diff) | |
| download | slimegirl.nexus-cf102ad6c7d171dd500cae8b419b7f5c1e796ab4.tar.gz | |
make instead of shell scripts
Diffstat (limited to 'post.sh')
| -rwxr-xr-x | post.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/post.sh b/post.sh deleted file mode 100755 index 90293e2..0000000 --- a/post.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env bash - -./build.sh -# it's served with gzip-static later, check the httpd.conf(5) man page -gzip -9 -f -k public{/,/**/}*.{html,css,xml} -rsync -rtvzP public/ --rsync-path='doas rsync' \ - lemurianmage@slimegirl.nexus:/var/www/htdocs/slimegirl.nexus |
