Files
apitester/.drone.yml
Nathan Coad 95caa1b9bd
Some checks failed
continuous-integration/drone/push Build is failing
retry auto-release
2024-01-03 10:41:47 +11:00

22 lines
464 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: main
gitea_server: https://git.coadcorp.com
gitea_token:
from_secret: GITEA_TOKEN