Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Execute ¶
func Execute(opts *DeployOpts) error
Types ¶
type DeployOpts ¶
type DeployOpts struct { DeployablePath string `yaml:"input"` ExecutableName *string `yaml:"execName,omitempty"` RemoteExecutableDir *string `yaml:"remoteDir,omitempty"` ServiceName *string `yaml:"service,omitempty"` DeleteArtifact bool `yaml:"delete,omitempty"` SshOpts []*SshOpts `yaml:"ssh,omitempty"` }
Click to show internal directories.
Click to hide internal directories.