12 lines
158 B
Go
12 lines
158 B
Go
package deploy
|
|
|
|
import (
|
|
"github.com/drone/drone/pkg/build/buildfile"
|
|
)
|
|
|
|
type EngineYard struct {
|
|
}
|
|
|
|
func (e *EngineYard) Write(f *buildfile.Buildfile) {
|
|
|
|
}
|