drone
This commit is contained in:
parent
0a0a1b9b8a
commit
c570c41f9b
@ -6,7 +6,7 @@ steps:
|
||||
- name: build
|
||||
image: golang
|
||||
commands:
|
||||
- GOARCH=amd64 GOOS=linux go build -o bin/${BINARY_NAME} main.go
|
||||
- GOARCH=amd64 GOOS=linux go build -o bin/gospt main.go
|
||||
- name: gitea_release
|
||||
image: plugins/gitea-release
|
||||
settings:
|
||||
@ -14,7 +14,7 @@ steps:
|
||||
from_secret:
|
||||
GITEA
|
||||
base_url: https://gitea.asdf.cafe
|
||||
files: bin/${BINARY_NAME}
|
||||
files: bin/gospt
|
||||
|
||||
trigger:
|
||||
event:
|
||||
|
Loading…
Reference in New Issue
Block a user