briandilley / ebs-deploy

Python based command line tools for managing Amazon Elastic Beanstalk applications.
MIT License
82 stars 29 forks source link

Zero downtime and sbt #1

Closed zoumra closed 10 years ago

zoumra commented 10 years ago

Thanks for these interesting source. I'm trying to use ebs-deploy with zdd features, but aftet launching it appears that the sbt dependency is not linked:

New environment cname will be xxxxx /bin/sh: sbt : command not found Traceback (most recent call last): File "/usr/bin/ebs-deploy", line 82, in main() File "/usr/bin/ebs-deploy", line 76, in main [...](result, exit_code)) Exception: Generate command execited with code 127 (expected 0)

briandilley commented 10 years ago

This problem is because sbt isn't in your path when you start ebs-deploy.