mirror of
https://github.com/xiaoqidun/gitcz.git
synced 2024-11-23 07:56:46 +08:00
feat(自动构建): 自动构建
This commit is contained in:
parent
ce68380357
commit
bf37f8a281
21
.drone.yml
21
.drone.yml
@ -3,8 +3,25 @@ type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: generate
|
||||
pull: if-not-exists
|
||||
image: hkccr.ccs.tencentyun.com/xiaoqidun/build
|
||||
commands:
|
||||
- build -f build.sh -i gitcz.go -o release/gitcz
|
||||
- name: build
|
||||
pull: if-not-exists
|
||||
image: golang:alpine
|
||||
image: xiaoqidun/goenv
|
||||
commands:
|
||||
- go build gitcz.go
|
||||
- ./ build.sh
|
||||
- name: upload
|
||||
image: xiaoqidun/gocos
|
||||
settings:
|
||||
secret_id:
|
||||
from_secret: cos_secret_id
|
||||
secret_key:
|
||||
from_secret: cos_secret_key
|
||||
bucket_url:
|
||||
from_secret: cos_bucket_url
|
||||
source: release/
|
||||
target: product/gitcz
|
||||
strip_prefix: release/
|
Loading…
x
Reference in New Issue
Block a user