1
0
mirror of https://github.com/xiaoqidun/gocos.git synced 2025-04-06 04:52:49 +08:00
Go to file
2020-12-24 10:10:59 +08:00
2020-12-24 10:10:59 +08:00
2020-12-24 10:10:59 +08:00
2020-12-24 10:10:59 +08:00
2020-12-24 10:10:59 +08:00
2020-12-24 10:10:59 +08:00
2020-12-24 10:01:55 +08:00
2020-12-24 10:36:26 +08:00

gocos

腾讯云对象存储Drone CI插件

Drone CI配置例子

kind: pipeline
type: docker
name: default

steps:
- name: upload
  image: 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
Description
No description provided
Readme MIT 74 KiB
Languages
Go 93.8%
Dockerfile 6.2%