http-server-status/.drone.yml
kekskurse 0fec124495
All checks were successful
continuous-integration/drone/push Build is passing
Stuff
2021-09-20 11:33:14 +02:00

18 lines
311 B
YAML

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