gospt/.drone.yml
jjohnstondev ea38bb3e14
All checks were successful
continuous-integration/drone/tag Build is passing
f
2023-01-08 22:33:30 -08:00

29 lines
408 B
YAML

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