This commit is contained in:
parent
daca1748e8
commit
37741ec415
1 changed files with 10 additions and 2 deletions
12
.drone.yml
12
.drone.yml
|
@ -11,5 +11,13 @@ steps:
|
||||||
- name: Build
|
- name: Build
|
||||||
image: golang
|
image: golang
|
||||||
commands:
|
commands:
|
||||||
- go build ./
|
- make build
|
||||||
- ls -lah
|
- name: docker
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
username:
|
||||||
|
from_secret: docker_username
|
||||||
|
password:
|
||||||
|
from_secret: docker_password
|
||||||
|
repo: kekskurse/go-sample-webpage
|
||||||
|
tags: latest
|
Loading…
Reference in a new issue