fix: rsync --no-group + chown op server gedaan

This commit is contained in:
bes-r 2026-05-26 23:30:57 +02:00
parent 955f8d1a91
commit 0f3bf8527f

View file

@ -43,7 +43,7 @@ jobs:
- name: Sync code naar deploy-directory - name: Sync code naar deploy-directory
run: | run: |
set -euo pipefail set -euo pipefail
rsync -a --delete \ rsync -a --no-group --delete \
--exclude='.git/' \ --exclude='.git/' \
--exclude='.forgejo/' \ --exclude='.forgejo/' \
./ "$DEPLOY_DIR/" ./ "$DEPLOY_DIR/"