This commit is contained in:
parent
c1208ed5de
commit
0e6b30773c
@ -7,6 +7,14 @@ steps:
|
|||||||
image: golang
|
image: golang
|
||||||
commands:
|
commands:
|
||||||
- go build
|
- go build
|
||||||
|
- name: gitea_release
|
||||||
|
image: plugins/gitea-release
|
||||||
|
settings:
|
||||||
|
api_key:
|
||||||
|
from_secret:
|
||||||
|
GiteaKey
|
||||||
|
base_url: https://gitea.asdf.cafe
|
||||||
|
files: gospt
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
|
Loading…
Reference in New Issue
Block a user