diff options
| -rwxr-xr-x | post.sh | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -1,8 +1,7 @@ -#!/bin/sh +#!/usr/bin/env bash +shopt -s globstar ./build.sh -gzip -k public/**/*.html -gzip -k public/**/*.css -gzip -k public/**/*.xml +gzip -9 -f -k public{/,/**/}*.{html,css,xml} rsync -rtvzP public/ --rsync-path='doas rsync' \ lemurianmage@slimegirl.nexus:/var/www/htdocs/slimegirl.nexus |
