drone
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is passing

This commit is contained in:
jjohnstondev 2023-01-08 22:03:03 -08:00
parent 0a0a1b9b8a
commit c570c41f9b

View File

@ -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: