feat: Add CI support
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
ptrcnull 2021-11-18 02:07:32 +01:00
parent 19682c3cad
commit d1a03b924e

18
.drone.yml Normal file
View file

@ -0,0 +1,18 @@
---
kind: pipeline
steps:
- name: build
image: "golang:alpine"
commands:
- go build
- name: release
image: plugins/gitea-release
settings:
api_key:
from_secret: gitea_api_key
base_url: https://git.ddd.rip
files: bat-alert
when:
event: tag