Compare commits

..

2 Commits

Author SHA1 Message Date
3006823255 updated drone file
All checks were successful
continuous-integration/drone/tag Build is passing
2020-12-29 14:36:47 +01:00
65f97127fa added drone file
Some checks failed
continuous-integration/drone/tag Build is failing
2020-12-09 23:24:14 +01:00

30
.drone.yml Normal file
View File

@@ -0,0 +1,30 @@
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
title: v0.1
draft: true
when:
event:
- tag
trigger:
event:
- tag