From 5a879147b9c6712e5b0c03e3840b439762de2b7b Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Fri, 7 Jul 2023 02:52:03 +0800 Subject: [PATCH] =?UTF-8?q?chore(=E6=9E=84=E5=BB=BA=E8=84=9A=E6=9C=AC):=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=9E=84=E5=BB=BA=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 37ab42c..15c2619 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,19 +2,22 @@ kind: pipeline type: docker name: default +node: + region: cn + steps: - name: generate pull: if-not-exists - image: hkccr.ccs.tencentyun.com/xiaoqidun/build + image: ccr.ccs.tencentyun.com/xiaoqidun/build commands: - build -f build.sh -i gitcz.go -o release/gitcz - name: build pull: if-not-exists - image: hkccr.ccs.tencentyun.com/xiaoqidun/goenv + image: ccr.ccs.tencentyun.com/xiaoqidun/goenv commands: - ./build.sh - name: upload - image: hkccr.ccs.tencentyun.com/xiaoqidun/gocos + image: ccr.ccs.tencentyun.com/xiaoqidun/gocos settings: secret_id: from_secret: cos_secret_id