Skip to content

Commit 9c6bc93

Browse files
committed
updating with new continuous delivery link
1 parent afc0565 commit 9c6bc93

File tree

4 files changed

+12
-1
lines changed

4 files changed

+12
-1
lines changed

all.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2434,6 +2434,10 @@ <h2>Continuous integration resources</h2>
24342434
and how to implement it.</p>
24352435
</li>
24362436
<li>
2437+
<p><a href="http://www.airpair.com/continuous-deployment/posts/continuous-deployment-for-practical-people">Continuous Deployment For Practical People</a>
2438+
is not specific to Python but a great read on what it entails.</p>
2439+
</li>
2440+
<li>
24372441
<p><a href="http://bitcubby.com/continuous-integration-delivery-illustrated/">Continuous Integration &amp; Delivery - Illustrated</a>
24382442
uses well done drawings to show how continuous integration and delivery
24392443
works for testing and managing data.</p>

continuous-integration.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@ <h2>Continuous integration resources</h2>
113113
and how to implement it.</p>
114114
</li>
115115
<li>
116+
<p><a href="http://www.airpair.com/continuous-deployment/posts/continuous-deployment-for-practical-people">Continuous Deployment For Practical People</a>
117+
is not specific to Python but a great read on what it entails.</p>
118+
</li>
119+
<li>
116120
<p><a href="http://bitcubby.com/continuous-integration-delivery-illustrated/">Continuous Integration &amp; Delivery - Illustrated</a>
117121
uses well done drawings to show how continuous integration and delivery
118122
works for testing and managing data.</p>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-10-26T16:13:25Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-10-27T20:40:24Z</updated></feed>

source/content/pages/06-automation/0602-continuous-integration.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ do not break existing tests ensure the software works as intended.
7777
is a classic detailed article by Martin Fowler on the concepts behind CI
7878
and how to implement it.
7979

80+
* [Continuous Deployment For Practical People](http://www.airpair.com/continuous-deployment/posts/continuous-deployment-for-practical-people)
81+
is not specific to Python but a great read on what it entails.
82+
8083
* [Continuous Integration & Delivery - Illustrated](http://bitcubby.com/continuous-integration-delivery-illustrated/)
8184
uses well done drawings to show how continuous integration and delivery
8285
works for testing and managing data.

0 commit comments

Comments
 (0)