code deployment options
Posted
by
bobinabottle
on Stack Overflow
See other posts from Stack Overflow
or by bobinabottle
Published on 2010-11-09T01:46:12Z
Indexed on
2011/01/13
16:53 UTC
Read the original article
Hit count: 219
We've been looking at automating our server and code deployments. We've already decided on puppet for our server configurations, but are looking for a more "push" style tool to use for code deployments. I'm currently looking at either using capistrano or fabric, but I'm not sure what would be the most mature to use?
We deploy a number of different services, none of which are currenlty written in rails or django, so we don't mind about language. What would be the best one to build custom deployment scripts? Or have I missed another tool out there?
We are also considering git pushing with hooks for deployment, but feel it will be limited/hacky in what we want to achieve with it.
Any thoughts or experience would be great to hear. Cheers
© Stack Overflow or respective owner