Skip to content

Commit 2d297aa

Browse files
committed
adding new deployment video
1 parent b9d73c4 commit 2d297aa

File tree

4 files changed

+27
-1
lines changed

4 files changed

+27
-1
lines changed

all.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3453,6 +3453,15 @@ <h2>Deployment resources</h2>
34533453
workflow.</p>
34543454
</li>
34553455
<li>
3456+
<p>In <a href="http://player.oreilly.com/videos/9781491908181?toc_id=210188">this free video by Neal Ford</a>,
3457+
he talks about engineering practices for continuous delivery. He explains
3458+
the difference between
3459+
<a href="/continuous-integration.html">continuous integration</a>,
3460+
continuous deployment and continuous delivery. Highly recommended for an
3461+
overview of deployment concepts and as an introduction to the other videos
3462+
on those subjects in that series.</p>
3463+
</li>
3464+
<li>
34563465
<p>If you're using Flask this
34573466
<a href="https://realpython.com/blog/python/kickstarting-flask-on-ubuntu-setup-and-deployment/">detailed post on deploying it to Ubuntu</a>
34583467
is a great way to familiarize yourself with the deployment process.</p>

deployment.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,15 @@ <h2>Deployment resources</h2>
8383
workflow.</p>
8484
</li>
8585
<li>
86+
<p>In <a href="http://player.oreilly.com/videos/9781491908181?toc_id=210188">this free video by Neal Ford</a>,
87+
he talks about engineering practices for continuous delivery. He explains
88+
the difference between
89+
<a href="/continuous-integration.html">continuous integration</a>,
90+
continuous deployment and continuous delivery. Highly recommended for an
91+
overview of deployment concepts and as an introduction to the other videos
92+
on those subjects in that series.</p>
93+
</li>
94+
<li>
8695
<p>If you're using Flask this
8796
<a href="https://realpython.com/blog/python/kickstarting-flask-on-ubuntu-setup-and-deployment/">detailed post on deploying it to Ubuntu</a>
8897
is a great way to familiarize yourself with the deployment process.</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>2015-05-05T07:37:38Z</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>2015-05-06T19:04:17Z</updated></feed>

source/content/pages/07-web-app-deployment/01-deployment.markdown

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,14 @@ guide as they are considered advanced deployment techniques.
5555
defines delivery versus deployment and walks through a continuous deployment
5656
workflow.
5757

58+
* In [this free video by Neal Ford](http://player.oreilly.com/videos/9781491908181?toc_id=210188),
59+
he talks about engineering practices for continuous delivery. He explains
60+
the difference between
61+
[continuous integration](/continuous-integration.html),
62+
continuous deployment and continuous delivery. Highly recommended for an
63+
overview of deployment concepts and as an introduction to the other videos
64+
on those subjects in that series.
65+
5866
* If you're using Flask this
5967
[detailed post on deploying it to Ubuntu](https://realpython.com/blog/python/kickstarting-flask-on-ubuntu-setup-and-deployment/)
6068
is a great way to familiarize yourself with the deployment process.

0 commit comments

Comments
 (0)