michaljach / ember-cli-deploy-scp

Easily deploy your Ember applications via ssh using scp.
MIT License
1 stars 0 forks source link

respect port config #7

Closed hcientist closed 8 years ago

hcientist commented 8 years ago

this.readConfig('port') gives 22 if the user hasn't set it, so this should work and fix #6

michaljach commented 8 years ago

Thanks !