Skip to content

Commit 6c8359c

Browse files
committed
new deployment resource
1 parent 9c6bc93 commit 6c8359c

File tree

4 files changed

+14
-1
lines changed

4 files changed

+14
-1
lines changed

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -766,6 +766,11 @@ <h2>Deployment resources</h2>
766766
defines delivery versus deployment and walks through a continuous deployment
767767
workflow.</p>
768768
</li>
769+
<li>
770+
<p>If you're using Flask this
771+
<a href="https://realpython.com/blog/python/kickstarting-flask-on-ubuntu-setup-and-deployment/">detailed post on deploying it to Ubuntu</a>
772+
is a great way to familiarize yourself with the deployment process.</p>
773+
</li>
769774
</ul>
770775
<h2>Deployment learning checklist</h2>
771776
<p><i class="fa fa-check-square-o"></i>

deployment.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@ <h2>Deployment resources</h2>
8686
defines delivery versus deployment and walks through a continuous deployment
8787
workflow.</p>
8888
</li>
89+
<li>
90+
<p>If you're using Flask this
91+
<a href="https://realpython.com/blog/python/kickstarting-flask-on-ubuntu-setup-and-deployment/">detailed post on deploying it to Ubuntu</a>
92+
is a great way to familiarize yourself with the deployment process.</p>
93+
</li>
8994
</ul>
9095
<h2>Deployment learning checklist</h2>
9196
<p><i class="fa fa-check-square-o"></i>

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-27T20:40:24Z</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-29T11:17:49Z</updated></feed>

source/content/pages/03-deployment/0301-deployment.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ guide as they are considered advanced deployment techniques.
6666
defines delivery versus deployment and walks through a continuous deployment
6767
workflow.
6868

69+
* If you're using Flask this
70+
[detailed post on deploying it to Ubuntu](https://realpython.com/blog/python/kickstarting-flask-on-ubuntu-setup-and-deployment/)
71+
is a great way to familiarize yourself with the deployment process.
6972

7073
## Deployment learning checklist
7174
<i class="fa fa-check-square-o"></i>

0 commit comments

Comments
 (0)