israelroldan / grunt-ssh

SSH, SFTP tasks for Grunt.
https://npmjs.org/package/grunt-ssh
MIT License
244 stars 70 forks source link

Changed the default directory of SFTP from / to ./ (home) #105

Closed xescugc closed 9 years ago

xescugc commented 9 years ago

This PR is the one mentioned on #104 , it sets the default directory of SFTP to the home of the user (ex: /home/deploy) instead of going to the / of the server. This way is the one described on the documentation.

This PR may brake some old configurations, more exactly if you have a path defined.

chuckmo commented 9 years ago

It is probably better to fix the docs and not break anyone's existing implementation. Thanks for the PRs!