continuous delivery in 15 slides

15
Continuous Delivery in 15 slides Benefits, (some) options and (start) price

Upload: matheus-cardoso

Post on 18-Jul-2015

133 views

Category:

Technology


1 download

TRANSCRIPT

Continuous Delivery in 15 slides

Benefits, (some) options and (start) price

What is Continuous Delivery (CD)?

● Your software is deployable;● Your team prioritizes keeping the software

deployable;● Fast and automated feedback from

production;● Push-button deployments of any version of

the software whenever you want!

Did you read well what I wrote?

Push-button deployments of any version of the software whenever you want!

Which bring us to...

Continuous Delivery IS NOT Continuous Deployment

In Continuous Deployment, all of your commits will be automatically deployed!

In Continuous Delivery, all of your commits are deployable, but you choose when deploy them!

Continuous Delivery (common) Pipeline

Thanks to devops.comYou can choose here!

CD Benefits● Enables development, test and operations teams

to rapidly develop and deploy applications;● Automated processes ensure that high-quality is

not an after-thought;● Allows team members to collaborate more

effectively;● Gain visibility.

Options● Source Code Management

Options● Test and integrate

Options● Deploy

Price

OR(for start)