From 456a626e94d41fbf7e995413138a20bc762bfdd7 Mon Sep 17 00:00:00 2001 From: anfu Date: Thu, 11 Jun 2026 17:47:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=93=E5=8C=85=E7=9B=AE?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7c89896..4a9227c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,7 +18,7 @@ steps: image: docker.1ms.run/library/alpine:latest commands: - apk add --no-cache tar - - tar czf feishu-approval.tar.gz --exclude=.git --exclude=feishu-approval.tar.gz . + - tar czf /tmp/feishu-approval.tar.gz --exclude=.git -C . . - name: upload image: appleboy/drone-scp:1.6.14 @@ -32,7 +32,7 @@ steps: port: 22 target: /tmp source: - - feishu-approval.tar.gz + - /tmp/feishu-approval.tar.gz overwrite: true - name: deploy