README.md in capistrano-autoscaling-0.0.2 vs README.md in capistrano-autoscaling-0.0.3
- old
+ new
@@ -36,9 +36,12 @@
set(:autoscaling_security_groups, %w(default))
set(:autoscaling_min_size, 2)
set(:autoscaling_max_size, 10)
after "deploy:setup", "autoscaling:setup"
after "deploy", "autoscaling:update"
+ after "deploy:cold", "autoscaling:update"
+ after "deploy:rollback", "autoscaling:update"
+ after "autoscaling:update", "autoscaling:cleanup"
TODO: Write usage instructions here
## Contributing