mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2025-06-22 04:22:10 +10:00
fix ssh command server
This commit is contained in:
parent
668af68aa1
commit
0172041408
4 changed files with 8 additions and 7 deletions
|
@ -11,7 +11,7 @@ const run = () => {
|
|||
deployKeyName, sshPrivateKey,
|
||||
args, exclude, sshCmdArgs,
|
||||
scriptBefore, scriptAfter,
|
||||
sshServer
|
||||
rsyncServer
|
||||
} = inputs;
|
||||
// Validate required inputs
|
||||
validateRequiredInputs({ sshPrivateKey, remoteHost, remoteUser });
|
||||
|
@ -30,7 +30,7 @@ const run = () => {
|
|||
}
|
||||
/* eslint-disable object-property-newline */
|
||||
sshDeploy({
|
||||
source, sshServer, exclude, remotePort,
|
||||
source, rsyncServer, exclude, remotePort,
|
||||
privateKey, args, sshCmdArgs, callback
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue