This commit is contained in:
23
.drone.yml
Normal file
23
.drone.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
kind: pipeline
|
||||
name: default
|
||||
|
||||
workspace:
|
||||
base: /go
|
||||
path: src/deadbeef.codes/steven/deadbeef.codes-publicfileserver
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: golang
|
||||
pull: always
|
||||
environment:
|
||||
GOOS: linux
|
||||
GOARCH: amd64
|
||||
CGO_ENABLED: 0
|
||||
commands:
|
||||
- go version
|
||||
- go get
|
||||
- go build -a -ldflags '-w'
|
||||
- name: publish
|
||||
image: plugins/docker
|
||||
settings:
|
||||
repo: registry.deadbeef.codes/deadbeef.codes-publicfileserver
|
||||
Reference in New Issue
Block a user