added drone file
Some checks failed
continuous-integration/drone/tag Build is failing

This commit is contained in:
Niklas 2020-12-09 23:24:14 +01:00
parent 1829422562
commit 65f97127fa

28
.drone.yml Normal file
View File

@ -0,0 +1,28 @@
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