From 42f96d54c3d04a2eb40f6c7dd491f9967ddf2e1e Mon Sep 17 00:00:00 2001 From: sky121113 Date: Fri, 13 Mar 2026 17:40:31 +0800 Subject: [PATCH] =?UTF-8?q?[FIX]=20=E4=BF=AE=E6=AD=A3=E9=83=A8=E7=BD=B2?= =?UTF-8?q?=E6=B5=81=E7=A8=8B=EF=BC=9A=E9=8C=A8=E5=AE=9A=20rsync=20?= =?UTF-8?q?=E6=8E=92=E9=99=A4=E8=B7=AF=E5=BE=91=EF=BC=8C=E7=A2=BA=E4=BF=9D?= =?UTF-8?q?=20resources/views/vendor=20=E8=B3=87=E6=96=99=E5=A4=BE?= =?UTF-8?q?=E8=83=BD=E6=AD=A3=E7=A2=BA=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy-demo.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/deploy-demo.yaml b/.gitea/workflows/deploy-demo.yaml index 30a05ce..60243b2 100644 --- a/.gitea/workflows/deploy-demo.yaml +++ b/.gitea/workflows/deploy-demo.yaml @@ -22,12 +22,12 @@ jobs: echo "${{ secrets.DEMO_SSH_KEY }}" > ~/.ssh/id_rsa_demo chmod 600 ~/.ssh/id_rsa_demo rsync -avz --delete \ - --exclude='.git' \ - --exclude='node_modules' \ - --exclude='vendor' \ - --exclude='storage' \ - --exclude='.env' \ - --exclude='public/build' \ + --exclude='/.git' \ + --exclude='/node_modules' \ + --exclude='/vendor' \ + --exclude='/storage' \ + --exclude='/.env' \ + --exclude='/public/build' \ -e "ssh -p 2227 -i ~/.ssh/id_rsa_demo -o StrictHostKeyChecking=no" \ ./ root@220.132.7.82:/var/www/star-cloud-demo/ rm ~/.ssh/id_rsa_demo