Skip to content

Commit

Permalink
tools(drone): add drone config
Browse files Browse the repository at this point in the history
  • Loading branch information
alphatr committed Jul 1, 2020
1 parent 416718e commit ad04e15
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
kind: pipeline
type: docker
name: amd64

platform:
arch: amd64

steps:
- name: backend
image: golang
commands:
- go mod tidy
- go build
when:
event: tag

steps:
- name: publish
image: plugins/github-release
settings:
api_key:
from_secret: github_token
files: lego
when:
event: tag

0 comments on commit ad04e15

Please sign in to comment.