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