mirror of
https://github.com/xiaoqidun/gocos.git
synced 2024-11-23 23:06:44 +08:00
Compare commits
4 Commits
8fc6e42719
...
7503222aad
Author | SHA1 | Date | |
---|---|---|---|
7503222aad | |||
853b453b04 | |||
e7f6b296d6 | |||
7a1e62a43c |
23
README.md
23
README.md
@ -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
|
||||||
|
从文件的源位置剔除前缀
|
Loading…
x
Reference in New Issue
Block a user