getdave / grunt-deployments

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

Added support for custom SSH ports #32

Closed jdsimcoe closed 10 years ago

jdsimcoe commented 10 years ago

Custom SSH ports are supported on remote datasources with the “ssh_port” declaration.

getdave commented 10 years ago

@jdsimcoe I've left a code comment on the commit. it's very minor but would be great if you could tweak. Thanks again.

Update: I'm afraid I've made some major updates to how the task works. I don't believe these will effect anything but I won't be able to auto merge your pull request as I think there will be some minor changes required to your code.

If you'd prefer me to do this I will but it might be a good chance for you to dig around and provide an opinion on the changes.

Please see https://github.com/getdave/grunt-deployments/tree/develop#v040 for more info

getdave commented 10 years ago

I ended up closing this myself because I realised that a number of my recent changes would have been very confusing to resolve without the necessary context.

I would still greatly value your input on the changes as shown in the develop branch