mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2025-06-22 12:32:09 +10:00
fix ssh command server
This commit is contained in:
parent
668af68aa1
commit
0172041408
4 changed files with 8 additions and 7 deletions
|
@ -42,6 +42,7 @@ inputNames.forEach((input) => {
|
|||
inputs[inputName] = extendedVal;
|
||||
});
|
||||
|
||||
inputs.sshServer = `${inputs.remoteUser}@${inputs.remoteHost}:${inputs.target}`;
|
||||
inputs.sshServer = `${inputs.remoteUser}@${inputs.remoteHost}`;
|
||||
inputs.rsyncServer = `${inputs.remoteUser}@${inputs.remoteHost}:${inputs.target}`;
|
||||
|
||||
module.exports = inputs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue