Compare commits

..

No commits in common. "7503222aadfd22f74cb3616412a39223125ed1e8" and "8fc6e427198f3e8b4b1b7354f0b45b5a6c5c6e6c" have entirely different histories.

@ -1,5 +1,5 @@
# GoCOS # gocos
腾讯云对象存储(COS)Drone CI插件 腾讯云对象存储Drone CI插件
# Drone CI配置例子 # Drone CI配置例子
```yml ```yml
@ -21,22 +21,3 @@ 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
从文件的源位置剔除前缀