dasuchin / grunt-ssh-deploy

Grunt SSH Deployment
MIT License
66 stars 45 forks source link

stdout maxBuffer exceeded error when zip_deploy option set #19

Closed creydr closed 9 years ago

creydr commented 9 years ago

When I set the zip_deploy option to true i get the following error.

Running "ssh_deploy:test" (ssh_deploy) task

Connecting :: xyz
Connected :: xyz

--------------- ZIPPING FOLDER

--- tar -czvf ./deploy.tgz --directory=. . --exclude=deploy.tgz
>> exec error: Error: stdout maxBuffer exceeded.

Error deploying. Closing connection.

--------------- DELETING RELEASE

--- rm -rf /.../releases/20150317153853388/
Fatal error: undefined is not a function

I am using the latest version (0.2.4).