mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-18 07:54:28 +00:00
12 lines
156 B
Go
12 lines
156 B
Go
package deploy
|
|
|
|
import (
|
|
"github.com/drone/drone/pkg/build/buildfile"
|
|
)
|
|
|
|
type Nodejitsu struct {
|
|
}
|
|
|
|
func (n *Nodejitsu) Write(f *buildfile.Buildfile) {
|
|
|
|
}
|