Skip to content

Commit 64c658f

Browse files
committed
adding more deployment resources
1 parent 2f03ccd commit 64c658f

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

deployment.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,19 @@ <h2>Deployment hosting options</h2>
134134
<p>Platform-as-a-service</p>
135135
</li>
136136
</ol>
137+
<h2>Deployment resources</h2>
138+
<ul>
139+
<li>
140+
<p><a href="http://omniti.com/seeds/thoughts-on-web-application-deployment">Thoughts on web application deployment</a>
141+
walks through stages of deployment with source control, planning,
142+
continuous deployment and monitoring the results.</p>
143+
</li>
144+
<li>
145+
<p><a href="http://blogs.atlassian.com/2014/04/practical-continuous-deployment/">Practical continuous deployment</a>
146+
defines delivery versus deployment and walks through a continuous deployment
147+
workflow.</p>
148+
</li>
149+
</ul>
137150
<h3>How would you like to deploy your web app?</h3>
138151
<div class="row">
139152
<div class="col-md-4">

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-04-24T11:14:54Z</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-04-24T16:12:29Z</updated></feed>

source/content/pages/deployment.markdown

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,13 @@ There are four options for deploying and hosting a web application:
2727
4. Platform-as-a-service
2828

2929

30+
## Deployment resources
31+
* [Thoughts on web application deployment](http://omniti.com/seeds/thoughts-on-web-application-deployment)
32+
walks through stages of deployment with source control, planning,
33+
continuous deployment and monitoring the results.
34+
35+
* [Practical continuous deployment](http://blogs.atlassian.com/2014/04/practical-continuous-deployment/)
36+
defines delivery versus deployment and walks through a continuous deployment
37+
workflow.
38+
3039
### How would you like to deploy your web app?

0 commit comments

Comments
 (0)