Add how to deploy

This commit is contained in:
Charles-Axel Dein 2016-03-14 13:25:10 +01:00
parent 35f37914ca
commit a269db89ee
1 changed files with 3 additions and 2 deletions

View File

@ -8,7 +8,7 @@
- [Things to do](#things-to-do)
- [Coding](#coding)
- [Managing the database](#managing-the-database)
- [Releasing](#releasing)
- [Releasing & deploying](#releasing-&-deploying)
- [Testing](#testing)
- [Things to know](#things-to-know)
- [Know your editor](#know-your-editor)
@ -60,9 +60,10 @@ I've found these books incredibly inspiring:
* [Safe Operations For High Volume PostgreSQL](https://www.braintreepayments.com/blog/safe-operations-for-high-volume-postgresql/) (this is for PostgreSQL but works great for other db as well).
* [Zero downtime database migrations](https://blog.rainforestqa.com/2014-06-27-zero-downtime-database-migrations/) (code examples are using Rails but this works great for any programming language)
### Releasing
### Releasing & deploying
* [How We Release So Frequently](http://engineering.skybettingandgaming.com/2016/02/02/how-we-release-so-frequently/)
* [How to deploy software](https://zachholman.com/posts/deploying-software), Zach Holman
### Testing