gospt/.drone.yml
jjohnstondev 22984967ce
Some checks failed
continuous-integration/drone/push Build is failing
idk
2023-01-08 21:45:29 -08:00

30 lines
400 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:
GiteaKey
base_url: https://gitea.asdf.cafe
files: gospt
trigger:
branch:
- main
event:
- push
- tag
when:
event:
- tag
ref:
- refs/tags/v*