Enable deployment via ssh

This commit is contained in:
Nurahmadie
2014-02-23 20:19:00 +07:00
parent d6b6506a5b
commit 20bf390dc2
5 changed files with 226 additions and 1 deletions

View File

@@ -49,6 +49,7 @@ test:
go test -v github.com/drone/drone/pkg/database/testing
go test -v github.com/drone/drone/pkg/mail
go test -v github.com/drone/drone/pkg/model
go test -v github.com/drone/drone/pkg/plugin/deploy
go test -v github.com/drone/drone/pkg/queue
install: