Skip to content
This repository has been archived by the owner on Apr 28, 2023. It is now read-only.

Continuous Deployment on Large Ruby Teams #79

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
20 changes: 20 additions & 0 deletions continuous-deployment-pipeline-on-large-ruby-teams/README.md
@@ -0,0 +1,20 @@
# Continuous Deployment Pipeline on Large Ruby Teams

Automated deployments of applications that are made up of a large number of services (in our case 20) can be hard, especially when there's a large team building them.

Here we discuss various branching strategies, ways to share code between the services, a continuous integration server performing unit tests on individual services & integration tests across all services, preparation of packages and automatic deployment to staging and production.

We will talk about how a CI pipeline, private gem servers, puppet scripts and a mouse-click come together to give us the one-click deployment everyone dreams of.

## Srushti Ambekallu

Srushti Ambekallu has been involved in all areas of a project lifecycle - inception, development, business analysis (& even a bit of project management, but don't hold it against him), all the way to deployment. He has worked with multinational companies & startups. He spent the first few years working on .Net & Java and Ruby projects before going on to co-found C42 Engineering, a Ruby consultancy based out of Bangalore where he now works as a developer. He consults for C42's clients as well as help with it's own product RubyMonk. He's worked with Ruby for close to three years now.

He is the primary maintainer of [Goldberg](https://github.com/c42/goldberg) and the author of [XStream.net](https://github.com/srushti/xstream.net) and has contributed features and bug fixes to other projects like Mogli & the Mail gem.

![Profile picture](https://raw.github.com/srushti/rubyconfau-2013-cfp/continuous-deployment/continuous-deployment-pipeline-on-large-ruby-teams/profile_picture.jpg)

- [My website](http://srushti.net)
- [My twitter](https://twitter.com/srshti)
- [Past talk slides](http://www.slideshare.net/btguthrie/continuous-delivery-in-ruby)
- [Past talk video](http://vimeo.com/25410072)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.