ssh-deploy
ssh-deploy copied to clipboard
bash: rsync: command not found
⚠️ [Rsync] error: rsync exited with code 12 ⚠️ [Rsync] stderr: Warning: Permanently added '***' (ECDSA) to the list of known hosts. bash: rsync: command not found rsync: connection unexpectedly closed (0 bytes received so far) [sender] rsync error: error in rsync protocol data stream (code 12) at io.c(235) [sender=3.1.3]
远程服务器安装即可 apt-get install rsync
I've updated action to install rsync if it's missing.
For now it's using apt-get install rsync.
For other OS you need to install rsync on the host manually.