File tree Expand file tree Collapse file tree 3 files changed +23
-1
lines changed
Expand file tree Collapse file tree 3 files changed +23
-1
lines changed Original file line number Diff line number Diff 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 ">
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change @@ -27,4 +27,13 @@ There are four options for deploying and hosting a web application:
27274 . 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?
You can’t perform that action at this time.
0 commit comments