Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocalDeployer ¶
type LocalDeployer struct {
RepositoryPath string
DeploymentName string
Environment string
StepConfigs []config.DeployStepConfig
}
LocalDeployer runs deployment jobs against a locally accessible repository
func (*LocalDeployer) Deploy ¶
func (d *LocalDeployer) Deploy() (*engine.DeploymentResult, error)
Deploy builds and executes the local deployment pipeline.
Click to show internal directories.
Click to hide internal directories.