mirror of
https://github.com/xiaoqidun/gocos.git
synced 2024-11-22 06:26:46 +08:00
This commit is contained in:
parent
776c94c94c
commit
8fc6e42719
21
README.md
21
README.md
@ -1,2 +1,23 @@
|
|||||||
# gocos
|
# gocos
|
||||||
腾讯云对象存储,Drone CI插件
|
腾讯云对象存储,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
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user