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've been using middleman-deploy for sometime now and it hasn't failed me. For the past 24 hours I've failed to find a way to not provide the default port of 22 while using the rsync configuration. My config looks like so:
I've been using middleman-deploy for sometime now and it hasn't failed me. For the past 24 hours I've failed to find a way to not provide the default port of 22 while using the rsync configuration. My config looks like so:
The deploy.host file points to my /.ssh/config which uses my private key. I've tried the following to get the port not to be called:
deploy.port = false
deploy.port = ""
deploy.port = "false"
and also no deploy.port setting at all but when I run it I get
Deploying via rsync to [email protected]:/web/ port=22
Thinking of the simplest way to do this, can someone showeth thou thy way :) - Thanks in advance!
The text was updated successfully, but these errors were encountered: