Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Problems with fabric deployment

Im using the fab script from here. fab deploy throws an error at right after creating the application. The error is:

Fatal error: Low level socket error connecting to host username.webfactional.com: Connection refused (tried 1 time)

Underlying exception:
    Connection refused

I have seen this answer, but I have ssh running on my machine.

like image 942
zsquare Avatar asked Nov 05 '22 05:11

zsquare


1 Answers

The root cause of the issue ended up being use of port within the code.

The bug report is here, and the fix is here

like image 133
zsquare Avatar answered Nov 09 '22 14:11

zsquare