rsync-deploy
rsync-deploy copied to clipboard
bash: rsync: command not found
the Github Actions log shows that:
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: remote command not found (code 127) at io.c(235) [sender=3.1.2]
your remote server dont have rsync installed. try "apt -yq install rsync openssh-client"