From 38c568e0ed1debe97da9b0d7e2fa02e348caeda0 Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Fri, 7 Jul 2023 14:51:16 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=83=A8=E7=BD=B2=E8=84=9A=E6=9C=AC):=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=83=A8=E7=BD=B2=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5b25ebd..a4c7831 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,6 +2,9 @@ kind: pipeline type: docker name: default +node: + region: cn + steps: - name: build pull: if-not-exists @@ -10,7 +13,7 @@ steps: - apk add zip - zip -r fileadmin.zip * - name: upload - image: hkccr.ccs.tencentyun.com/xiaoqidun/gocos + image: ccr.ccs.tencentyun.com/xiaoqidun/gocos settings: secret_id: from_secret: cos_secret_id @@ -19,4 +22,4 @@ steps: bucket_url: from_secret: cos_bucket_url source: fileadmin.zip - target: product + target: product \ No newline at end of file