add release to drone
This commit is contained in:
+17
-1
@@ -22,7 +22,23 @@ steps:
|
||||
GO111MODULE: on
|
||||
GOPROXY: https://goproxy.io
|
||||
commands:
|
||||
- go build
|
||||
- go build -o tele-recv-linux
|
||||
|
||||
- name: release
|
||||
image: plugins/gitea-release
|
||||
volumes:
|
||||
- name: certs
|
||||
path: /etc/ssl/certs
|
||||
settings:
|
||||
api_key: fe1e1a8dd77de7452a3f473984c7ac6fe6c5abaf
|
||||
base_url: https://gitea.int.it2000.com.cn
|
||||
title: 0.0.1
|
||||
files:
|
||||
- tele-recv-linux
|
||||
checksum:
|
||||
- sha256
|
||||
when:
|
||||
event: tag
|
||||
|
||||
volumes:
|
||||
- name: deps
|
||||
|
||||
Reference in New Issue
Block a user