Files
apitester/.drone.yml
Nathan Coad af7ee7f3c1
All checks were successful
continuous-integration/drone/push Build is passing
try again
2024-01-03 12:01:34 +11:00

26 lines
490 B
YAML

kind: pipeline
type: docker
name: default
# Docs at https://docs.drone.io/pipeline/exec/overview/
# Also see https://github.com/harness/drone-cli/blob/master/.drone.yml
steps:
- name: build
image: golang
commands:
- sh ./.drone.sh
- name: gitea_release
image: plugins/gitea-release
when:
event:
- tag
settings:
api_key:
from_secret: GITEA_TOKEN
base_url: https://git.coadcorp.com
files: api-tester
checksum: sha256
prerelease: true