Continuous Deployment
This post was originally published in 2010
The tips and techniques explained may be outdated.
I started to hear a lot about continuous deployment, which means to deploy every piece of code you commit right away. But what I found more interesting to me is the strong infrastructure needed in order to do that.
Eric Ries wrote “Continuous deployment in 5 easy steps” and I really liked the idea of automated tests tool and deployment script.
I also read “Deployment Infrastructure for Continuous Deployment” and saw the Deployment tool kaChing developers created.
I’ll keep reading about this subject and think how can I create useful tool with Codeigniter which will help CI developers test their application and deploy the code.
For the beginning I’ll start with simple deployment, connecting to FTP and uploading modified files.
You can read more about Continuous Deployment here



Pingback: Friday / May 7th at Udi Mosayev