mirror of
https://github.com/easingthemes/ssh-deploy
synced 2025-04-21 07:42:12 +00:00
add include
This commit is contained in:
parent
3884c8554f
commit
07169eddef
@ -9,7 +9,7 @@ const run = async () => {
|
|||||||
const {
|
const {
|
||||||
source, remoteUser, remoteHost, remotePort,
|
source, remoteUser, remoteHost, remotePort,
|
||||||
deployKeyName, sshPrivateKey,
|
deployKeyName, sshPrivateKey,
|
||||||
args, exclude, sshCmdArgs,
|
args, exclude, include, sshCmdArgs,
|
||||||
scriptBefore, scriptAfter,
|
scriptBefore, scriptAfter,
|
||||||
rsyncServer
|
rsyncServer
|
||||||
} = inputs;
|
} = inputs;
|
||||||
@ -28,7 +28,7 @@ const run = async () => {
|
|||||||
}
|
}
|
||||||
/* eslint-disable object-property-newline */
|
/* eslint-disable object-property-newline */
|
||||||
await sshDeploy({
|
await sshDeploy({
|
||||||
source, rsyncServer, exclude, remotePort,
|
source, rsyncServer, exclude, include, remotePort,
|
||||||
privateKeyPath, args, sshCmdArgs
|
privateKeyPath, args, sshCmdArgs
|
||||||
});
|
});
|
||||||
// Check script after
|
// Check script after
|
||||||
|
Loading…
Reference in New Issue
Block a user