diff --git a/src/index.js b/src/index.js index 5a5ed28..f5a007c 100644 --- a/src/index.js +++ b/src/index.js @@ -14,7 +14,7 @@ const sshDeploy = (() => { try { // RSYNC COMMAND - nodeRsync({ src, dest, args, privateKey, ssh: true, port, sshCmdArgs: ['-o StrictHostKeyChecking=no'], recursive: true }, (error, stdout, stderr, cmd) => { + nodeRsync({ src, dest, args, privateKey, ssh: false, port, sshCmdArgs: ['-o StrictHostKeyChecking=no'], recursive: true }, (error, stdout, stderr, cmd) => { if (error) { console.error('⚠️ Rsync error', error.message); process.abort();