mirror of
https://github.com/easingthemes/ssh-deploy
synced 2026-06-04 01:38:14 +08:00
feat: Add multi source and multi target support
This commit is contained in:
@@ -55,7 +55,7 @@ const rsyncCli = async ({
|
||||
privateKeyPath, args, sshCmdArgs
|
||||
}) => {
|
||||
console.log(`[Rsync] Starting Rsync Action: ${source} to ${rsyncServer}`);
|
||||
if (exclude) console.log(`[Rsync] excluding folders ${exclude}`);
|
||||
if (exclude && exclude.length > 0) console.log(`[Rsync] excluding folders ${exclude}`);
|
||||
|
||||
const defaultOptions = {
|
||||
ssh: true,
|
||||
|
||||
Reference in New Issue
Block a user