diff options
author | wires <wires@noreply.wires.systems> | 2025-04-02 13:01:33 -0400 |
---|---|---|
committer | wires <wires@noreply.wires.systems> | 2025-04-02 13:01:33 -0400 |
commit | 9ac20effb78beabc5ad02b14de0df20bc84df93b (patch) | |
tree | c30d12bc221f9da3929db2a4b62f3955c3997c73 | |
parent | generate statically compressed files (diff) | |
download | blog-9ac20effb78beabc5ad02b14de0df20bc84df93b.tar.gz |
oops
-rw-r--r-- | \ | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/\ b/\ deleted file mode 100644 index 6872d02..0000000 --- a/\ +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -rm -rf ./public -hugo --minify || exit $? -gzip -rk public || exit $? -fd . public -tf -E '*.gz' -x brotli -k {} || exit $? -rsync -rvz --delete ./public/ wires.systems:/var/www/html |