wires

summary refs log tree commit diff
path: root/\
blob: 6872d02e444456d6b4cf0949f149a964c4104f4b (plain) (blame)
1
2
3
4
5
6
7
#!/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