From f22511e70e76968ab1daebe7f2204a0bb1992754 Mon Sep 17 00:00:00 2001 From: sky121113 Date: Fri, 9 Jan 2026 11:32:28 +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?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 345cfe7..b6d6724 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -20,7 +20,7 @@ jobs: # 2. 將更新過的檔案同步到 amba 實體路徑 (重點在此) - name: Sync to Amba Folder run: | - # apt-get update && apt-get install -y rsync openssh-client + apt-get update && apt-get install -y rsync rsync -avz --delete \ --exclude='.git' \ --exclude='node_modules' \