Browse Source

Add build

hkremer/rebranding
Gregory Rudolph 4 years ago
parent
commit
a135cbb652
Signed by: rudi
GPG Key ID: EF64F3CBD1A1EBDD
  1. 9
      .drone.yml

9
.drone.yml

@ -10,3 +10,12 @@ steps: @@ -10,3 +10,12 @@ steps:
- go get github.com/rudi9719/loggy
- go vet -v
- go build
- name: gitea_release
image: plugins/gitea-release
settings:
base_url: https://git.nightmare.haus
api_key:
from_secret: gitea_token
files: disgord-Thanos
when:
event: tag

Loading…
Cancel
Save