You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using gem "middleman-deploy", "~> 2.0.0.pre.alpha", SSH sign to my Digital Ocean server works but when I try to deploy code with your middleman deploy command through RSYNC, I am getting:
Project built successfully.
## Deploying via rsync to [email protected]:/home/XXXXXXX/www/XXXXXXXX.com port=22
[email protected]: Permission denied (publickey).
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at /BuildRoot/Library/Caches/com.apple.xbs/Sources/rsync/rsync-52/rsync/io.c(453) [sender=2.6.9]
I am not sure why is that if the permissions for the directory are chmod 777, also, same setup on Ubuntu 16.04 and your middleman-deploy works just fine.
The text was updated successfully, but these errors were encountered:
Hello,
I am using
gem "middleman-deploy", "~> 2.0.0.pre.alpha"
, SSH sign to my Digital Ocean server works but when I try to deploy code with yourmiddleman deploy
command through RSYNC, I am getting:I am not sure why is that if the permissions for the directory are
chmod 777
, also, same setup on Ubuntu 16.04 and your middleman-deploy works just fine.The text was updated successfully, but these errors were encountered: