mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2025-04-28 19:00:44 -04:00
add include
This commit is contained in:
parent
3884c8554f
commit
07169eddef
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ const run = async () => {
|
|||
const {
|
||||
source, remoteUser, remoteHost, remotePort,
|
||||
deployKeyName, sshPrivateKey,
|
||||
args, exclude, sshCmdArgs,
|
||||
args, exclude, include, sshCmdArgs,
|
||||
scriptBefore, scriptAfter,
|
||||
rsyncServer
|
||||
} = inputs;
|
||||
|
@ -28,7 +28,7 @@ const run = async () => {
|
|||
}
|
||||
/* eslint-disable object-property-newline */
|
||||
await sshDeploy({
|
||||
source, rsyncServer, exclude, remotePort,
|
||||
source, rsyncServer, exclude, include, remotePort,
|
||||
privateKeyPath, args, sshCmdArgs
|
||||
});
|
||||
// Check script after
|
||||
|
|
Loading…
Add table
Reference in a new issue