bcarlin.net/build.sh

28 lines
516 B
Bash
Raw Permalink Normal View History

2025-06-07 02:33:02 +02:00
#!/usr/bin/env bash
2025-06-12 01:45:15 +02:00
set -euo pipefail
hugo build --minify
incremental-compress \
-dir public \
-statedir .compress_state \
-types html,css,js,json,xml,ico,svg,md,otf,woff,ttf,woff2,webmanifest \
-zstd=false \
-verbose
rsync \
--perms \
--times \
--update \
--partial \
--progress \
--recursive \
--checksum \
--compress \
--links \
--delete-after \
--owner \
--usermap "*:bcarlin_net" \
--group \
--groupmap "*:bcarlin_net" \
public/ root@192.168.1.25:/home/bcarlin_net/www