getdave / grunt-deployments

MYSQL database deployments using GruntJS
MIT License
72 stars 34 forks source link

Does not work for non-standard SSH ports #57

Open ghost opened 10 years ago

ghost commented 10 years ago

It is reasonably common for hosting services to use a non-standard SSH port, e.g. 2222.

pmdennis commented 9 years ago

Just add the port like this: "ssh_host": "user@host -p 2222"