From 851150cedd577e9a032e93ced028d5414a5d84b8 Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Thu, 27 Nov 2025 17:34:25 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=88=A0=E9=99=A4=E8=84=9A=E6=9C=AC):=20?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml deleted file mode 100644 index e78c3cf..0000000 --- a/.drone.yml +++ /dev/null @@ -1,25 +0,0 @@ ---- -kind: pipeline -name: default -node: - region: cn -steps: - - name: build - pull: if-not-exists - image: ccr.ccs.tencentyun.com/xiaoqidun/goenv - commands: - - chmod +x build.sh - - ./build.sh - - name: upload - pull: if-not-exists - image: ccr.ccs.tencentyun.com/xiaoqidun/gocos - settings: - secret_id: - from_secret: cos_secret_id - secret_key: - from_secret: cos_secret_key - bucket_url: - from_secret: cos_bucket_url - source: release/ - target: product/wslkd - strip_prefix: release/ \ No newline at end of file