Fix drone config
git-svn-id: file:///srv/svn/repo/toyohime/trunk@103 922d331f-388e-da47-97a9-ad700dc0b8b9
This commit is contained in:
parent
721ef666e8
commit
2e5d329fe7
14
.drone.yml
14
.drone.yml
@ -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
|
||||
|
||||
...
|
||||
|
Loading…
x
Reference in New Issue
Block a user