gocos/README.md
xiaoqidun 8fc6e42719
All checks were successful
continuous-integration/drone/push Build is passing
docs(更新文档): 更新文档
2020-12-24 10:36:26 +08:00

24 lines
404 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# gocos
腾讯云对象存储Drone CI插件
# Drone CI配置例子
```yml
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
```