Skip to content

Commit 3005d04

Browse files
committed
adding link to my podcast
1 parent 10b4f9c commit 3005d04

4 files changed

Lines changed: 18 additions & 1 deletion

File tree

all.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4346,6 +4346,12 @@ <h2>Deployment resources</h2>
43464346
that you'll find super helpful.</p>
43474347
</li>
43484348
<li>
4349+
<p><a href="http://talkpython.fm/episodes/show/26/deploying-python-web-applications-updated">Deploying Python web applications</a>
4350+
is an episode of the great Talk Python to Me podcast series where I
4351+
discuss deploying web applications based on a fairly traditional virtual
4352+
private server, Nginx and Green Unicorn stack.</p>
4353+
</li>
4354+
<li>
43494355
<p><a href="http://omniti.com/seeds/thoughts-on-web-application-deployment">Thoughts on web application deployment</a>
43504356
walks through stages of deployment with source control, planning,
43514357
continuous deployment and monitoring the results.</p>

deployment.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,12 @@ <h2>Deployment resources</h2>
7777
that you'll find super helpful.</p>
7878
</li>
7979
<li>
80+
<p><a href="http://talkpython.fm/episodes/show/26/deploying-python-web-applications-updated">Deploying Python web applications</a>
81+
is an episode of the great Talk Python to Me podcast series where I
82+
discuss deploying web applications based on a fairly traditional virtual
83+
private server, Nginx and Green Unicorn stack.</p>
84+
</li>
85+
<li>
8086
<p><a href="http://omniti.com/seeds/thoughts-on-web-application-deployment">Thoughts on web application deployment</a>
8187
walks through stages of deployment with source control, planning,
8288
continuous deployment and monitoring the results.</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-09-24T09:07:12Z</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-09-24T09:09:10Z</updated></feed>

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ guide as they are considered advanced deployment techniques.
5353
[The Full Stack Python Guide to Deployments](https://gumroad.com/l/WOvyt)
5454
that you'll find super helpful.
5555

56+
* [Deploying Python web applications](http://talkpython.fm/episodes/show/26/deploying-python-web-applications-updated)
57+
is an episode of the great Talk Python to Me podcast series where I
58+
discuss deploying web applications based on a fairly traditional virtual
59+
private server, Nginx and Green Unicorn stack.
60+
5661
* [Thoughts on web application deployment](http://omniti.com/seeds/thoughts-on-web-application-deployment)
5762
walks through stages of deployment with source control, planning,
5863
continuous deployment and monitoring the results.

0 commit comments

Comments
 (0)