dn42regsrv/.drone.yml
Simon Marsh 4e50627050
All checks were successful
continuous-integration/drone/push Build is passing
Add drone pipeline
2020-08-22 21:42:28 +01:00

22 lines
313 B
YAML

---
kind: pipeline
type: exec
name: default
steps:
- name: build
environment:
CGO_ENABLED: 0
commands:
- go build
- name: stage
commands:
- stage_artifact.sh dn42regsrv dn42regsrv StaticRoot
- name: promote
commands:
- promote_artifact.sh dn42regsrv
when:
branch: master