Closed keviny22 closed 11 years ago
Looks like I never added that exception class called NoInstances which inherits from Exceptions::Base in https://github.com/intuit/simple_deploy/blob/master/lib/simple_deploy/exceptions.rb
For a similar example, see CloudFormationError in https://github.com/intuit/stackster/blob/master/lib/stackster/exceptions.rb
I stumbled on this issue when first setting up simple_deploy, but i failed to set the ssh user and ssh key environment variables for simple deploy; the exception is not getting handled properly.
It seems that there may be an issue in the codeblock in execute.rb