This commit is contained in:
Javad Khorashadizade 2023-09-02 02:28:47 -07:00 committed by GitHub
commit 843783effd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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