gospt/.drone.yml
jjohnstondev 6232fdb8c5
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is passing
idk
2023-01-08 21:52:30 -08:00

28 lines
376 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: build
image: golang
commands:
- go build
- name: gitea_release
image: plugins/gitea-release
settings:
api_key:
from_secret:
GITEA
base_url: https://gitea.asdf.cafe
files: gospt
trigger:
event:
- push
- tag
when:
event:
- tag
ref:
- refs/tags/v*