From 69ca83079d9cf8c726d00c2583629b24b9df3027 Mon Sep 17 00:00:00 2001 From: Simon Marsh Date: Sat, 10 Oct 2020 19:03:01 +0100 Subject: [PATCH] add drone --- .drone.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..9c4fccc --- /dev/null +++ b/.drone.yml @@ -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