gospt/.drone.yml
jjohnstondev dda097136f
Some checks failed
continuous-integration/drone/push Build is failing
.
2023-01-08 21:41:24 -08:00

25 lines
335 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: build
image: golang
commands:
- go build
- name: gitea_release
image: plugins/gitea-release
settings:
api_key:
from_secret:
GiteaKey
base_url: https://gitea.asdf.cafe
files: gospt
trigger:
branch:
- main
event:
- push
- tag