You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are not going to go through Continuous Delivery (CD) by defining what it is
180
+
not, but there are a couple bits to say about it. First, CD is a collection of
181
+
engineering practices aimed at automating the delivery of code from
182
+
version control check-in until it is running in a production environment.
183
+
184
+
The benefit of the automation CD approach is that your organization will have
185
+
far greater confidence in the code running in production even as the code
186
+
itself changes more frequently with every deployment.
147
187
148
188
149
189
<imgsrc="/img/171101-devops-cd-you/devops-cd-you.017.jpg"width="100%"class="technical-diagram img-rounded"style="border: 1pxsolid#aaa"alt="Move fast and BUILD things.">
150
190
151
-
...
191
+
Facebook's original motto changed a few years ago to "Move Fast and Build
192
+
Things" because they realized that breaking production was not a byproduct
193
+
of moving fast, it was a result of immature organizational processes and
194
+
tools. DevOps and Continuous Delivery are why organizations can now deploy
195
+
hundreds or thousands of times to production every day but have increasing,
196
+
not decreasing, confidence in their systems as they continue to move faster.
197
+
198
+
Let's take a look at a couple of example scenarios that drive home what
199
+
DevOps and CD are all about, as well as learn about some of the processes,
200
+
concepts and tools that fall in this domain.
152
201
153
202
154
203
<imgsrc="/img/171101-devops-cd-you/devops-cd-you.018.jpg"width="100%"class="technical-diagram img-rounded"style="border: 1pxsolid#aaa"alt="San Francisco skyline at night.">
0 commit comments