Compare commits

...

4 Commits

Author SHA1 Message Date
7503222aad docs(更新文档): 更新文档
All checks were successful
continuous-integration/drone/push Build is passing
2020-12-24 11:16:34 +08:00
853b453b04 docs(更新文档): 更新文档 2020-12-24 11:09:31 +08:00
e7f6b296d6 docs(更新文档): 更新文档 2020-12-24 11:08:32 +08:00
7a1e62a43c docs(更新文档): 更新文档 2020-12-24 11:05:03 +08:00

@ -1,5 +1,5 @@
# gocos # GoCOS
腾讯云对象存储Drone CI插件 腾讯云对象存储(COS)Drone CI插件
# Drone CI配置例子 # Drone CI配置例子
```yml ```yml
@ -21,3 +21,22 @@ steps:
target: build/release target: build/release
strip_prefix: build/release strip_prefix: build/release
``` ```
# Drone CI配置说明
### secret_id
API密钥管理获得的SecretId
### secret_key
API密钥管理获得的SecretKey
### bucket_url
存储桶概览中的访问域名
### source
DroneCI中文件的源位置
### target
存储桶中文件的目标位置
### strip_prefix
从文件的源位置剔除前缀