mirror of
https://github.com/xiaoqidun/wslkd.git
synced 2025-11-27 17:34:51 +08:00
feat(删除脚本): 删除脚本
This commit is contained in:
25
.drone.yml
25
.drone.yml
@@ -1,25 +0,0 @@
|
|||||||
---
|
|
||||||
kind: pipeline
|
|
||||||
name: default
|
|
||||||
node:
|
|
||||||
region: cn
|
|
||||||
steps:
|
|
||||||
- name: build
|
|
||||||
pull: if-not-exists
|
|
||||||
image: ccr.ccs.tencentyun.com/xiaoqidun/goenv
|
|
||||||
commands:
|
|
||||||
- chmod +x build.sh
|
|
||||||
- ./build.sh
|
|
||||||
- name: upload
|
|
||||||
pull: if-not-exists
|
|
||||||
image: ccr.ccs.tencentyun.com/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/wslkd
|
|
||||||
strip_prefix: release/
|
|
||||||
Reference in New Issue
Block a user