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