sunset/.drone.yml
Niklas 65f97127fa
Some checks failed
continuous-integration/drone/tag Build is failing
added drone file
2020-12-09 23:24:14 +01:00

29 lines
372 B
YAML

kind: pipeline
name: default
steps:
- name: build
image: golang
commands:
- go build
- name: gitea_release
image: plugins/gitea-release
settings:
api_key:
from_secret: GITEA_API_KEY
base_url: https://git.kapelle.org
files:
- sunset
checksum:
- md5
- sha1
- sha256
when:
event:
- tag
trigger:
event:
- tag