Up:: DevOps

Continuous Integration and Continuous Delivery

  • Way way to many things need to go in here still

Continuous Delivery

To explain a bit more, look at the eight principles of continuous delivery:

  • The process for releasing/deploying software must be repeatable and reliable.
  • Automate everything!
  • If something is difficult or painful, do it more often.
  • Keep everything in source control.
  • Done means “released.”
  • Build quality in!
  • Everybody has responsibility for the release process.
  • Improve continuously.

📇 Additional Metadata