This commit is contained in:
parent
df00939d79
commit
69ca83079d
21
.drone.yml
Normal file
21
.drone.yml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user