add drone
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon Marsh 2020-10-10 19:03:01 +01:00
parent df00939d79
commit 69ca83079d
No known key found for this signature in database
GPG Key ID: 30B29A716A54DBB3

21
.drone.yml Normal file
View File

@ -0,0 +1,21 @@
---
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: master