gospt/.drone.yml
jjohnstondev 76915fe18a
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is passing
drone
2023-01-08 22:08:20 -08:00

28 lines
398 B
YAML

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