From 4746ff594f745befaf4f26e1a2d1585fee30f57b Mon Sep 17 00:00:00 2001 From: Evan Scamehorn Date: Wed, 7 Jan 2026 17:22:30 -0600 Subject: [PATCH] fix perms on rsync --- .gitea/workflows/deploy.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index a3a2eb6..355d81a 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -94,6 +94,10 @@ jobs: # 4. Sync files to NixOS /var/www # Note: the trailing slash on ./public/ means "contents of public" rsync -avz --delete \ + --omit-dir-times \ + --no-perms \ + --no-owner \ + --no-group \ -e "ssh -p $REMOTE_PORT" \ ./public/ \ $REMOTE_USER@$REMOTE_HOST:/var/www/