From 27116759248828933f9e41a114282777cc458be8 Mon Sep 17 00:00:00 2001 From: sky121113 Date: Fri, 9 Jan 2026 10:59:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A2=BA=E4=BF=9D=E9=83=A8=E7=BD=B2?= =?UTF-8?q?=E7=92=B0=E5=A2=83=E5=AE=89=E8=A3=9D=20rsync=20=E8=88=87=20open?= =?UTF-8?q?ssh-client?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 9711dce..eb0d6cf 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -20,6 +20,7 @@ jobs: # 2. 將更新過的檔案同步到 amba 實體路徑 (重點在此) - name: Sync to Amba Folder run: | + apt-get update && apt-get install -y rsync openssh-client rsync -avz --delete --exclude='.git' --exclude='node_modules' --exclude='vendor' ./ /home/amba/koori-erp - name: Deploy to 103 Demo