lserman / capistrano-elbas

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

Two AutoScale Groups in a Single Deploy, only updates one Launch Config / AMI #15

Closed dtirer closed 5 years ago

dtirer commented 8 years ago

I have an autoscale group for my workers and one for my application servers:

autoscale 'application-box', user: 'deploy', roles: [:app]
autoscale 'worker-box', user: 'deploy', roles: [:worker]

However, when I finish my deployment, it only updates the Launch Configuration for one of the Auto Scale groups

roccato commented 7 years ago

+1

lserman commented 5 years ago

Closing, see comments on #21 and @sixfeetover's fork.