Fix drone config

git-svn-id: file:///srv/svn/repo/toyohime/trunk@103 922d331f-388e-da47-97a9-ad700dc0b8b9
This commit is contained in:
jonbetti 2018-12-08 22:06:11 +00:00
parent 721ef666e8
commit 2e5d329fe7

View File

@ -1,13 +1,11 @@
---
kind: pipeline
name: default
platform:
os: linux
arch: amd64
workspace:
base: /go
path: src/go.jonnrb.io/vanity
steps:
- name: build
image: golang:latest
@ -19,9 +17,9 @@ steps:
image: plugins/docker
settings:
repo: jonnrb/vanityserver
secrets:
- docker_username
- docker_password
storage_driver: overlay2
username:
from_secret: docker_username
password:
from_secret: docker_password
...