Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitPullStep ¶
type GitPullStep struct {
RepositoryPath string
}
GitPullStep updates a local repository by running git pull.
func (*GitPullStep) Name ¶
func (s *GitPullStep) Name() string
Name returns the deployment step identifier used in logs.
func (*GitPullStep) Run ¶
func (s *GitPullStep) Run( context context.DeploymentContext, ) error
Run executes git pull inside the configured repository path.
Click to show internal directories.
Click to hide internal directories.