mirror of
https://github.com/usual2970/certimate.git
synced 2025-08-15 13:51:45 +00:00
feat: support template variables in webhook deployment
This commit is contained in:
@@ -209,8 +209,8 @@ func execSshCommand(sshCli *ssh.Client, command string) (string, string, error)
|
||||
if err != nil {
|
||||
return "", "", err
|
||||
}
|
||||
|
||||
defer session.Close()
|
||||
|
||||
var stdoutBuf bytes.Buffer
|
||||
session.Stdout = &stdoutBuf
|
||||
var stderrBuf bytes.Buffer
|
||||
|
Reference in New Issue
Block a user