You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
xiaoqidun 3ef8929f4b
continuous-integration/drone/push Build is passing Details
feat(升级依赖): 升级依赖
10 months ago
.drone.yml feat(发布镜像): 调整发布镜像 2 years ago
.gitignore feat(项目代码): 首次提交 2 years ago
Dockerfile feat(升级依赖): 升级依赖 10 months ago
LICENSE Initial commit 2 years ago
README.md feat(发布镜像): 调整发布镜像 2 years ago
go.mod feat(升级依赖): 升级依赖 10 months ago
go.sum feat(升级依赖): 升级依赖 10 months ago
gocos.go feat(时区设置): 默认北京时区,支持TZ环境变量 2 years ago

README.md

GoCOS

腾讯云对象存储(COS)Drone CI插件AWS S3的COS实现

Drone CI配置例子

kind: pipeline
type: docker
name: default

steps:
  - name: upload
    image: hkccr.ccs.tencentyun.com/xiaoqidun/gocos
    settings:
      secret_id:
        from_secret: secret_id
      secret_key:
        from_secret: secret_key
      bucket_url:
        from_secret: bucket_url
      source: build/release
      target: build/release
      strip_prefix: build/release

Drone CI配置说明

secret_id

API密钥管理获得的SecretId

secret_key

API密钥管理获得的SecretKey

bucket_url

存储桶概览中的访问域名

source

DroneCI中文件的源位置

target

存储桶中文件的目标位置

strip_prefix

从文件的源位置剔除前缀