linkinfo/.drone.yml
Tyler ba04e15a2b
All checks were successful
continuous-integration/drone/push Build is passing
Add docker image building
2019-10-06 15:08:59 -04:00

26 lines
514 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: test
image: golang
commands:
- go test -v
environment:
IMGUR_CLIENT_ID:
from_secret: imgur_client_id
YOUTUBE_KEY:
from_secret: youtube_key
- name: docker
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: registry.meow.tf/tyler/linkinfo
registry: registry.meow.tf
tags:
- latest