keep-up/.drone.yml

20 lines
400 B
YAML
Raw 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
title: "Keep Up Executable"