> > @Jacob: i guess i wasn't exact in my explanation. what i want in fact is > a notification-based mechanism. like fleet or amino deploy/drone. fleet > uses git under the hood. amino seems to use npm to package and request to > deployment. > > @greelgorke: right, I didn't have much to add outside of that, just that one does have control over branch names.
This is probably a very different direction than you're heading, but I recommend watching the following video by Jeremy Edberg, a Netflix engineer. They accomplish the goals you have set out, but unfortunately there is no turnkey package for their approach. https://www.youtube.com/watch?v=cCAO9moDucI They use AWS auto-scaling groups, and deploy a new cluster each update. -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
