dn42grcd/.drone.yml
Simon Marsh 3e0802c16b
All checks were successful
continuous-integration/drone/push Build is passing
main not master
2020-10-10 19:11:19 +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 dn42grcd dn42grcd StaticRoot
- name: promote
commands:
- promote_artifact.sh dn42grcd
when:
branch: main