From 5d5e5b82967e123f931ff8a793ad7c52af028d99 Mon Sep 17 00:00:00 2001 From: sky121113 Date: Fri, 9 Jan 2026 11:29:35 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=A8=BB=E8=A7=A3=E9=83=A8=E7=BD=B2?= =?UTF-8?q?=E6=8C=87=E4=BB=A4=E4=B8=AD=E7=9A=84=20apt-get=20=E6=8C=87?= =?UTF-8?q?=E4=BB=A4?= 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 4c5ad4a..345cfe7 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 openssh-client rsync -avz --delete \ --exclude='.git' \ --exclude='node_modules' \