dasuchin / grunt-ssh-deploy

Grunt SSH Deployment
MIT License
66 stars 45 forks source link

would it be possible to receive commands output? #55

Closed danfergo closed 8 years ago

danfergo commented 8 years ago

So, when i execute, for exemple npm install after_deploy, i'd like to receive npm output. is it possible?

hurricane766 commented 8 years ago

Run your grunt task with --debug, it should show stdout from the remote system. I like to do this just to get an idea of what it's working on.

danfergo commented 8 years ago

It totally worked. Thanks a lot !