You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
In the capistrano.rb there exists an older style DSL for erroring in Capistrano:
which is apparently not a method in capistrano dsl anymore. Just tracking the issue.
The text was updated successfully, but these errors were encountered: