Versions in this module Expand all Collapse all v1 v1.0.0 Aug 22, 2023 Changes in this version + func Execute(opts *DeployOpts) error + type DeployOpts struct + DeleteArtifact bool + DeployablePath string + ExecutableName *string + RemoteExecutableDir *string + ServiceName *string + SshOpts []*SshOpts + type SshOpts struct + Host *string + Port *string + PrivateKey *string + SshProfile *string + User *string + func (r *SshOpts) Build() *SshOpts