drone ci test

This commit is contained in:
Steven Polley 2018-08-01 20:03:15 -06:00
parent 6b45f2dd03
commit 85097d7d14
2 changed files with 2 additions and 3 deletions

View File

@ -12,7 +12,7 @@ pipeline:
commands: commands:
- go get - go get
- go build - go build
- pwd - lsblk
publish: publish:
image: plugins/docker image: plugins/docker

View File

@ -1,5 +1,4 @@
FROM resin/raspberrypi3-alpine FROM resin/raspberrypi3-alpine
RUN ls COPY mandelmapper /usr/bin
COPY /go/src/deadbeef.codes/steven/mandelmapper/mandelmapper /usr/bin
EXPOSE 6161:6161 EXPOSE 6161:6161
CMD mandelmapper CMD mandelmapper