From f7976e2c39e0faf28455d1adb9a8ab4bca96b21a Mon Sep 17 00:00:00 2001 From: Esdras Renan Date: Thu, 6 Nov 2025 15:47:18 -0300 Subject: [PATCH] fix(ci): keep deployed build owned by app user --- .github/workflows/ci-cd-web-desktop.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-cd-web-desktop.yml b/.github/workflows/ci-cd-web-desktop.yml index c50dab1..3296b69 100644 --- a/.github/workflows/ci-cd-web-desktop.yml +++ b/.github/workflows/ci-cd-web-desktop.yml @@ -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"/