dn42promsrv/.drone.yml
Simon Marsh db56b3db58
All checks were successful
continuous-integration/drone/push Build is passing
Add drone pipeline and update jrb0001 servers
2020-08-23 19:27:30 +01:00

22 lines
305 B
YAML

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