Skip to content

Commit d42e301

Browse files
committed
adding new deployment resources
1 parent dfefe99 commit d42e301

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

content/pages/05-deployment/00-deployment.markdown

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,14 @@ guide as they are considered advanced deployment techniques.
5656
created at Twitter and now split out as its own sustainable open source
5757
project.
5858

59+
* [Screwdriver](http://screwdriver.cd/) is an open source build system
60+
originally developed at Yahoo! that is now open source. Learn more about
61+
it in the
62+
[introduction post](https://yahooeng.tumblr.com/post/155765242061/open-sourcing-screwdriver-yahoos-continuous)
63+
that contains the rationale for its creation.
5964

60-
## Deployment resources
65+
66+
### Deployment resources
6167
* If you need a step-by-step guide to deploying a Python web application,
6268
I wrote [a whole book](http://www.deploypython.com/) on exactly this topic
6369
called
@@ -76,6 +82,15 @@ guide as they are considered advanced deployment techniques.
7682
* [Deploying Software](https://zachholman.com/posts/deploying-software)
7783
is a long must-read for understanding how to deploy software properly.
7884

85+
* [The evolution of code deploys at Reddit](https://redditblog.com/2017/06/02/the-evolution-of-code-deploys-at-reddit/)
86+
teaches the history, including the mistakes, that Reddit's development
87+
teams learned as they scaled up the development team and the traffic
88+
on one of the most-visited websites in the world.
89+
90+
* [Deployment strategies defined](http://blog.itaysk.com/2017/11/20/deployment-strategies-defined)
91+
explains various ways that development teams deploy applications,
92+
ranging from reckless to versioned.
93+
7994
* [How we release so frequently](https://engineering.skybettingandgaming.com/2016/02/02/how-we-release-so-frequently/)
8095
provides a high-level overview of tactics for how teams at large scale
8196
can deploy changes several times per day or more with confidence the

0 commit comments

Comments
 (0)