drone-ssh/.drone.yml
2016-01-01 21:32:59 +01:00

26 lines
406 B
YAML

build:
image: golang:1.5
commands:
- make deps
- make vet
- make build
- make test
publish:
docker:
username: drone
password: $$DOCKER_PASS
email: $$DOCKER_EMAIL
repo: plugins/drone-ssh
when:
branch: master
plugin:
name: SSH
desc: Execute commands on a remote host through SSH
type: deploy
image: plugins/drone-ssh
labels:
- deploy
- ssh