From 7ffbc2b1ea91ea07146b7b4832fe561c50f67e32 Mon Sep 17 00:00:00 2001 From: sky121113 Date: Mon, 12 Jan 2026 10:37:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=9C=A8=20rsync=20=E4=B8=AD=E6=8E=92?= =?UTF-8?q?=E9=99=A4=20public/build=EF=BC=8C=E9=81=BF=E5=85=8D=20Vite=20ma?= =?UTF-8?q?nifest=20=E9=8C=AF=E8=AA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 6aca461..507b40f 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -30,6 +30,7 @@ jobs: --exclude='vendor' \ --exclude='storage' \ --exclude='.env' \ + --exclude='public/build' \ -e "ssh -i ~/.ssh/id_rsa_demo -o StrictHostKeyChecking=no" \ ./ amba@192.168.0.103:/home/amba/koori-erp/ rm ~/.ssh/id_rsa_demo @@ -123,6 +124,7 @@ jobs: --exclude='.env' \ --exclude='node_modules' \ --exclude='vendor' \ + --exclude='public/build' \ -e "ssh -p 2224 -i ~/.ssh/id_rsa_prod -o StrictHostKeyChecking=no" \ ./ root@erp.koori.tw:/var/www/koori-erp-prod/ rm ~/.ssh/id_rsa_prod