Files
apitester/.drone.yml
Nathan Coad 5b4d36f8ba
All checks were successful
continuous-integration/drone Build is passing
adding drone
2024-01-03 10:39:03 +11:00

27 lines
522 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: auto-release
image: xena/gitea-release:latest
pull: always
settings:
auth_username: nathan
default_branch: trunk
gitea_server: https://git.coadcorp.com
gitea_token:
from_secret: GITEA_TOKEN
when:
event:
- push
branch:
- main