deploy: never rsync over the host-owned Caddyfile

The Pi's Caddyfile carries extra vhost blocks (e.g. other-site.example.com) that
aren't in this repo; add it to the rsync excludes so deploys don't overwrite it.
This commit is contained in:
Jannis Braun
2026-07-01 01:34:16 +02:00
parent d2e9b92e80
commit 7a3d892c6e
+3
View File
@@ -39,6 +39,9 @@ EXCLUDES=(
--exclude='installers'
--exclude='data'
--exclude='livekit.yaml'
# Host-owned reverse-proxy config: the Pi's Caddyfile carries extra vhost
# blocks (e.g. other-site.example.com) that aren't in this repo. Never overwrite it.
--exclude='Caddyfile'
--exclude='.DS_Store'
--exclude='.superpowers'
--exclude='.claude'