package deploy import ( "github.com/drone/drone/pkg/build/buildfile" ) type Nodejitsu struct { } func (n *Nodejitsu) Write(f *buildfile.Buildfile) { }