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