lserman / capistrano-elbas

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

Support Multiple Auto Scaling Groups #46

Closed jbritten closed 3 years ago

jbritten commented 4 years ago

Allow multiple "autoscale" declarations.

I, too, manage two different production autoscale groups -- one for the app servers and one for the background job worker servers.

This change now stores an array of autoscaling groups, which will be iterated through as part of the elbas:deploy task.

Fixes #41.

lserman commented 3 years ago

edit: nvm. :)