lserman / capistrano-elbas

Deploy Rails apps to AWS AutoScale groups
MIT License
96 stars 67 forks source link

Capistrano DSL#error no longer exists #38

Open twohlix opened 5 years ago

twohlix commented 5 years ago

In the capistrano.rb there exists an older style DSL for erroring in Capistrano:

    error <<~MESSAGE
      Could not create AMI because no running instances were found in the specified
      AutoScale group. Ensure that the AutoScale group name is correct and that
      there is at least one running instance attached to it.
    MESSAGE

which is apparently not a method in capistrano dsl anymore. Just tracking the issue.

twohlix commented 5 years ago

I may have misspoke, its probably related to the elbas logger.