From 6a6b469ddddcb1033dd158c125dd8defa5939e31 Mon Sep 17 00:00:00 2001 From: XinWei <2718030729@qq.com> Date: Tue, 13 Aug 2024 16:00:56 +0800 Subject: [PATCH] 'build' --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f4037c9..5e9a0cf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,7 @@ steps: commands: - npm install --registry=https://registry.npmmirror.com/ - npm run build - - cp dist/. /build/dist + - cp -r dist/. /build/dist - name: remote_transmit image: appleboy/drone-ssh # SSH工具镜像