dasuchin / grunt-ssh-deploy

Grunt SSH Deployment
MIT License
66 stars 45 forks source link

Added option max_buffer to specify the maximum amount of data on stdout and stderr #20

Closed creydr closed 9 years ago

creydr commented 9 years ago

Fix for #19

I added an option max_buffer which will be given to childProcessExec. This allows to set the zip_deploy option on bigger deploy jobs too.