dn42regsrv/.drone.yml

22 lines
313 B
YAML
Raw Normal View History

2020-08-15 15:04:31 +01:00
---
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