From 07169eddef718b53d5fab34acdbb1ba7dbf4fdbb Mon Sep 17 00:00:00 2001 From: Javad Khorashadizade <43370342+khorashadi666@users.noreply.github.com> Date: Sat, 8 Apr 2023 13:54:45 +0330 Subject: [PATCH] add include --- src/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.js b/src/index.js index 6da6e4c..ff3cce2 100644 --- a/src/index.js +++ b/src/index.js @@ -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