All checks were successful
continuous-integration/drone/push Build is passing
25 lines
372 B
YAML
25 lines
372 B
YAML
---
|
|
kind: pipeline
|
|
name: default
|
|
|
|
steps:
|
|
- name: golang
|
|
image: golang
|
|
commands:
|
|
- go vet
|
|
- go build
|
|
- go test
|
|
|
|
- name: gitea_release
|
|
image: plugins/gitea-release
|
|
settings:
|
|
base_url: https://git.preisner.eu
|
|
api_key:
|
|
from_secret: gitea_api
|
|
files:
|
|
- dyndns-server
|
|
checksum:
|
|
- sha256
|
|
- sha512
|
|
when:
|
|
event: tag
|