dont delete cv when rsyncing
All checks were successful
Deploy website to VPS / build-and-deploy (push) Successful in 1m15s

This commit is contained in:
Evan Scamehorn
2026-01-08 15:48:13 -06:00
parent f5fd6fb36d
commit 4cdafa8d2b

View File

@@ -94,6 +94,7 @@ jobs:
# 4. Sync files to NixOS /var/www # 4. Sync files to NixOS /var/www
# Note: the trailing slash on ./public/ means "contents of public" # Note: the trailing slash on ./public/ means "contents of public"
rsync -avz --delete \ rsync -avz --delete \
--exclude 'cv.pdf' \
--omit-dir-times \ --omit-dir-times \
--no-perms \ --no-perms \
--no-owner \ --no-owner \