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