Skip to content

Instantly share code, notes, and snippets.

@adamgoucher
Created February 14, 2011 19:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamgoucher/826432 to your computer and use it in GitHub Desktop.
Save adamgoucher/826432 to your computer and use it in GitHub Desktop.
The working 'agenda' for my STPCon workshop on Continuous Delivery
So this is what I have got myself into:
An important trend in software development is the idea of continuous delivery and the deployment pipeline. It is possible to have a deployment pipeline that is a series of manual steps, but that is neither efficient to execute or fun to build. Automation plays a large role in addressing both of these problems. This workshop looks at each stage of a typical pipeline and illustrates the role of automation and it’s goals. Appropriate for developers, testers, operations or anyone who wants to speed up their release time, participants will leave with implementable automation ideas and strategies.
The current version of the agenda is:
- Introduction to Continuous Delivery
- http://element34.ca/blog/what-continuous-delivery-looks-like-to-me
- http://vimeo.com/16587500
- Managing the Machines (Puppet)
- http://element34.ca/blog/continuous-delivery-managing-the-machines
- Orchestrating Everything (Jenkins)
- Changes to how things are created
- 'clean' trunk
- sql
- Deploying the application (Capistrano)
- Selenium
- Immunization systems
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment