fix(ci): keep deployed build owned by app user
This commit is contained in:
parent
86848a141b
commit
f7976e2c39
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci-cd-web-desktop.yml
vendored
1
.github/workflows/ci-cd-web-desktop.yml
vendored
|
|
@ -210,6 +210,7 @@ jobs:
|
|||
fi
|
||||
# Publish new build; exclude .pnpm-store to avoid Permission denied on old entries
|
||||
rsync -a --delete \
|
||||
--chown=1000:1000 \
|
||||
--exclude '.pnpm-store' --exclude '.pnpm-store/**' \
|
||||
--exclude '.next/static' \
|
||||
"$EFFECTIVE_APP_DIR"/ "$DEST"/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue