This repository was archived by the owner on Jul 24, 2020. It is now read-only.
This repository was archived by the owner on Jul 24, 2020. It is now read-only.
Document and set up generalized deployment #683
Closed
Description
Right now, deployment is a black box that only few understand, and I'm sick of reading about everyone deploying all the time. As our test suite, continuous integration and in-production monitoring get better, I think we should work towards the ability to deploy (a) often, (b) comfortably, (c) simply and (d) without bothering Michael Dunlap all the time.
2014/11/11
Deployment:
- Compile list of configuration parameters
- Move configuration parameters into
secrets.yml
withENV
calls forproduction
- now I'm not sure about this, we might just want to call ENV directly...
- Install
dotenv-deployment
in theproduction
andstaging
groups - Test
deploy.rb
- Add wiki page
- Update README instructions
Logistics:
- Talk to Michael about syncing
DEV
instance databases -
Figure out new deployment script structure (maybe still use Capistrano?) - Figure out changes necessary to Jenkins script
-
Should we be resetting the secret key every time? (probably not)
Activity