From 1a4027ce5279cc101f6b1114cced404698b613d9 Mon Sep 17 00:00:00 2001 From: Offends Date: Mon, 25 Aug 2025 09:48:54 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.drone.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 解决更换仓库后权限丢失问题 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f8a055d..102a705 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,7 +23,7 @@ steps: image: registry.cn-hangzhou.aliyuncs.com/offends/drone:ubuntu-22.04 pull: if-not-exists commands: - - ./builder.sh + - bash builder.sh - rm -rf ./builder.sh - name: 生产环境部署 image: appleboy/drone-scp