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
Links to learn more about the concepts presented in this talk can
16
+
be found at the bottom of the page.
23
17
24
18
----
25
19
@@ -239,3 +233,94 @@ where over 125,000 developers read each month to learn how to
239
233
...
240
234
241
235
236
+
<imgsrc="/img/171101-devops-cd-you/devops-cd-you.045.jpg"width="100%"class="technical-diagram img-rounded"style="border: 1pxsolid#aaa"alt="The situation did not have reasonable deployments to dev or to production.">
237
+
238
+
...
239
+
240
+
241
+
<imgsrc="/img/171101-devops-cd-you/devops-cd-you.046.jpg"width="100%"class="technical-diagram img-rounded"style="border: 1pxsolid#aaa"alt="Start somewhere, automate your deployments to dev environment.">
242
+
243
+
...
244
+
245
+
246
+
<imgsrc="/img/171101-devops-cd-you/devops-cd-you.047.jpg"width="100%"class="technical-diagram img-rounded"style="border: 1pxsolid#aaa"alt="Some environments have tricky issues with automated prod deployments like disconnected networks.">
247
+
248
+
...
249
+
250
+
251
+
<imgsrc="/img/171101-devops-cd-you/devops-cd-you.048.jpg"width="100%"class="technical-diagram img-rounded"style="border: 1pxsolid#aaa"alt="Text that reads 'Tools and concepts'.">
252
+
253
+
...
254
+
255
+
256
+
<imgsrc="/img/171101-devops-cd-you/devops-cd-you.049.jpg"width="100%"class="technical-diagram img-rounded"style="border: 1pxsolid#aaa"alt="Several development teams commit to a Git repository.">
257
+
258
+
...
259
+
260
+
261
+
<imgsrc="/img/171101-devops-cd-you/devops-cd-you.050.jpg"width="100%"class="technical-diagram img-rounded"style="border: 1pxsolid#aaa"alt="Text that reads 'continuous integration' with a screenshot of Jenkins dashboard in the background.">
262
+
263
+
...
264
+
265
+
266
+
<imgsrc="/img/171101-devops-cd-you/devops-cd-you.051.jpg"width="100%"class="technical-diagram img-rounded"style="border: 1pxsolid#aaa"alt="Add a continuous integration server to build the code that is committed to your source control repository.">
267
+
268
+
...
269
+
270
+
271
+
<imgsrc="/img/171101-devops-cd-you/devops-cd-you.052.jpg"width="100%"class="technical-diagram img-rounded"style="border: 1pxsolid#aaa"alt="How do we automate the building of these environments and the deployments themselves?">
272
+
273
+
...
274
+
275
+
276
+
<imgsrc="/img/171101-devops-cd-you/devops-cd-you.053.jpg"width="100%"class="technical-diagram img-rounded"style="border: 1pxsolid#aaa"alt="Text that reads 'configuration management' with a screenshot of Ansible AWX in the background.">
277
+
278
+
...
279
+
280
+
281
+
<imgsrc="/img/171101-devops-cd-you/devops-cd-you.054.jpg"width="100%"class="technical-diagram img-rounded"style="border: 1pxsolid#aaa"alt="Agile sprints deliver code to a development environment and then automate the deployment into production.">
282
+
283
+
...
284
+
285
+
286
+
<imgsrc="/img/171101-devops-cd-you/devops-cd-you.055.jpg"width="100%"class="technical-diagram img-rounded"style="border: 1pxsolid#aaa"alt="Review list of continuous delivery tools.">
287
+
288
+
...
289
+
290
+
291
+
<imgsrc="/img/171101-devops-cd-you/devops-cd-you.056.jpg"width="100%"class="technical-diagram img-rounded"style="border: 1pxsolid#aaa"alt="A list of more concepts and tools for continuous delivery.">
292
+
293
+
...
294
+
295
+
296
+
<imgsrc="/img/171101-devops-cd-you/devops-cd-you.057.jpg"width="100%"class="technical-diagram img-rounded"style="border: 1pxsolid#aaa"alt="Thank you slide.">
297
+
298
+
That's all for today. My name is [Matt Makai](/about-author.html)
299
+
and I'm a software developer at [Twilio](/twilio.html) and the
300
+
author of [Full Stack Python](https://www.fullstackpython.com/),
301
+
thank you very much.
302
+
303
+
304
+
----
305
+
306
+
Additional resources to learn more about the following topics can be found
0 commit comments