keep-up/.drone.yml
kjuulh 89e710f558
All checks were successful
continuous-integration/drone/push Build is passing
Add for tags
2022-01-03 22:03:21 +01:00

22 lines
427 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: build-go
image: golang
commands:
- go build cmd/keep-up/main.go
- name: gitea_release
image: plugins/gitea-release
settings:
base_url: https://git.front.kjuulh.io
api_key:
from_secret: gitea_token
files: main
checksum:
- sha1
- sha512
title: "Keep Up Executable"
when:
event: tag