linkinfo/.drone.yml

14 lines
244 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