keep-up/.drone.yml
kjuulh c3fc230e20
Some checks failed
continuous-integration/drone Build is failing
Build go code
2022-01-03 21:59:52 +01:00

20 lines
400 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"