keep-up/.drone.yml

22 lines
427 B
YAML
Raw Permalink Normal View History

2022-01-03 21:58:10 +01:00
kind: pipeline
2022-01-03 21:59:52 +01:00
type: docker
2022-01-03 21:58:10 +01:00
name: default
steps:
2022-01-03 21:59:52 +01:00
- name: build-go
image: golang
commands:
- go build cmd/keep-up/main.go
2022-01-03 21:58:10 +01:00
- 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
2022-01-03 22:03:21 +01:00
title: "Keep Up Executable"
when:
event: tag