Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Commit

Permalink
ADD: Release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
domrim committed Apr 20, 2020
1 parent 53fdb8b commit 46c6cf9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,17 @@ steps:
commands:
- cd exporter
- go build

---
kind: pipeline
name: release

steps:
- name: publish
image: plugins/github-release
settings:
api_key:
from_secret: github_apikey
files: dist/*
when:
event: tag

0 comments on commit 46c6cf9

Please sign in to comment.