Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Add Drone config
  • Loading branch information
tdemin committed Jul 28, 2020
1 parent 2d84026 commit 2969a3d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions drone.yml
@@ -0,0 +1,18 @@
kind: pipeline
name: build & release

steps:
- name: fetch
image: docker:git
commands:
- git fetch --tags
- name: release
image: golang
environment:
GITEA_TOKEN:
from_secret: goreleaser_gitea_token
commands:
- curl -sL https://git.io/goreleaser | bash
when:
event: tag

0 comments on commit 2969a3d

Please sign in to comment.