mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2025-06-22 04:22:10 +10:00
add sshCmdArgs option
This commit is contained in:
parent
a16ae38e86
commit
a285ca6ac0
5 changed files with 17 additions and 14 deletions
|
@ -9,7 +9,7 @@ const run = () => {
|
|||
const {
|
||||
source, remoteUser, remoteHost, remotePort,
|
||||
deployKeyName, sshPrivateKey,
|
||||
args, exclude,
|
||||
args, exclude, sshCmdArgs,
|
||||
scriptBefore, scriptAfter,
|
||||
sshServer
|
||||
} = inputs;
|
||||
|
@ -31,7 +31,7 @@ const run = () => {
|
|||
/* eslint-disable object-property-newline */
|
||||
sshDeploy({
|
||||
source, sshServer, exclude, remotePort,
|
||||
privateKey, args, callback
|
||||
privateKey, args, sshCmdArgs, callback
|
||||
});
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue