@@ -71,14 +71,14 @@ guide as they are considered advanced deployment techniques.
7171 defines delivery versus deployment and walks through a continuous deployment
7272 workflow.
7373
74- * In [ this free video by Neal Ford ] ( http ://player.oreilly .com/videos/9781491908181?toc_id=210188 ) ,
75- he talks about engineering practices for continuous delivery. He explains
76- the difference between
77- [ continuous integration ] ( /continuous-integration .html ) ,
78- continuous deployment and continuous delivery. Highly recommended for an
79- overview of deployment concepts and as an introduction to the other videos
80- on those subjects in that series .
81-
74+ * [ 5 ways to deploy your Python application in 2017 ] ( https ://www.youtube .com/watch?v=vGphzPLemZE )
75+ is a talk from
76+ [ PyCon US 2017 ] ( https://www.youtube.com/channel/UCrJhliKNQ8g0qoE_zvL8eVg/videos )
77+ where Andrew Baker deploys the getting started [ Flask ] ( /flask .html )
78+ app using Ngrok, Heroku, Zappa on the [ serverless ] ( /serverless.html )
79+ [ AWS Lambda ] ( /aws-lambda.html ) platform, a virtual machine on Google Cloud
80+ and [ Docker ] ( /docker.html ) .
81+
8282* [ Continuous deployment at Instagram] ( https://engineering.instagram.com/continuous-deployment-at-instagram-1e18548f01d1 )
8383 is the story of how their deployment process evolved over time from a
8484 large Fabric script to continuous deployments. Along the way they
@@ -91,6 +91,14 @@ guide as they are considered advanced deployment techniques.
9191 is an awesome in-depth read covering topics ranging from git branching
9292 to database migrations.
9393
94+ * In [ this free video by Neal Ford] ( http://player.oreilly.com/videos/9781491908181?toc_id=210188 ) ,
95+ he talks about engineering practices for continuous delivery. He explains
96+ the difference between
97+ [ continuous integration] ( /continuous-integration.html ) ,
98+ continuous deployment and continuous delivery. Highly recommended for an
99+ overview of deployment concepts and as an introduction to the other videos
100+ on those subjects in that series.
101+
94102* If you're using Flask this
95103 [ detailed post on deploying it to Ubuntu] ( https://realpython.com/blog/python/kickstarting-flask-on-ubuntu-setup-and-deployment/ )
96104 is a great way to familiarize yourself with the deployment process.
0 commit comments