Skip to content

Commit 0effa6d

Browse files
committed
new deployment resource
1 parent d8a721f commit 0effa6d

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

all.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5416,6 +5416,14 @@ <h2>Deployment resources</h2>
54165416
on those subjects in that series.</p>
54175417
</li>
54185418
<li>
5419+
<p><a href="http://engineering.instagram.com/posts/1125308487520335/continuous-deployment-at-instagram/">Continuous deployment at Instagram</a>
5420+
is the story of how their deployment process evolved over time from a
5421+
large Fabric script to continous deployments. Along the way they
5422+
encountered issues with code reviews, test failures, canary builds and
5423+
rollbacks. It's a great read that sheds some light on how Python
5424+
deployments can be done well at large scale.</p>
5425+
</li>
5426+
<li>
54195427
<p>If you're using Flask this
54205428
<a href="https://realpython.com/blog/python/kickstarting-flask-on-ubuntu-setup-and-deployment/">detailed post on deploying it to Ubuntu</a>
54215429
is a great way to familiarize yourself with the deployment process.</p>

deployment.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,14 @@ <h2>Deployment resources</h2>
113113
on those subjects in that series.</p>
114114
</li>
115115
<li>
116+
<p><a href="http://engineering.instagram.com/posts/1125308487520335/continuous-deployment-at-instagram/">Continuous deployment at Instagram</a>
117+
is the story of how their deployment process evolved over time from a
118+
large Fabric script to continous deployments. Along the way they
119+
encountered issues with code reviews, test failures, canary builds and
120+
rollbacks. It's a great read that sheds some light on how Python
121+
deployments can be done well at large scale.</p>
122+
</li>
123+
<li>
116124
<p>If you're using Flask this
117125
<a href="https://realpython.com/blog/python/kickstarting-flask-on-ubuntu-setup-and-deployment/">detailed post on deploying it to Ubuntu</a>
118126
is a great way to familiarize yourself with the deployment process.</p>

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,13 @@ guide as they are considered advanced deployment techniques.
7979
overview of deployment concepts and as an introduction to the other videos
8080
on those subjects in that series.
8181

82+
* [Continuous deployment at Instagram](http://engineering.instagram.com/posts/1125308487520335/continuous-deployment-at-instagram/)
83+
is the story of how their deployment process evolved over time from a
84+
large Fabric script to continous deployments. Along the way they
85+
encountered issues with code reviews, test failures, canary builds and
86+
rollbacks. It's a great read that sheds some light on how Python
87+
deployments can be done well at large scale.
88+
8289
* If you're using Flask this
8390
[detailed post on deploying it to Ubuntu](https://realpython.com/blog/python/kickstarting-flask-on-ubuntu-setup-and-deployment/)
8491
is a great way to familiarize yourself with the deployment process.

0 commit comments

Comments
 (0)