cool-dns/.drone.yml
Niklas c0a109466f
All checks were successful
continuous-integration/drone/tag Build is passing
drone tag gitea release
2020-12-30 17:15:02 +01:00

31 lines
419 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:
- cool-dns
checksum:
- md5
- sha1
- sha256
title: ${DRONE_TAG}
prerelease: true
when:
event:
- tag
trigger:
event:
- tag