fix: rsync --no-group + chown op server gedaan
This commit is contained in:
parent
955f8d1a91
commit
0f3bf8527f
1 changed files with 1 additions and 1 deletions
|
|
@ -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/"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue