deadbeef.codes-publicfilese.../.drone.yml
Steven Polley 44b2a581ca
All checks were successful
continuous-integration/drone Build is passing
move from deadbeef.codes to code.stevenpolley.net
2024-06-28 03:46:31 -06:00

25 lines
436 B
YAML

kind: pipeline
name: default
workspace:
base: /go
path: src/code.stevenpolley.net/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.stevenpolley.net/deadbeef.codes-publicfileserver