Closed jpstroop closed 9 years ago
Need a strategy for keeping the passwords out for dev and prod.
Phase 1:
config/database.yml
config/database.yml.tmpl
database.yml
Phase 2: Use Capistrano. Two (similar) strategies:
For travis, try this strategy: http://stackoverflow.com/a/13776019/714478
Leaving open, but moving out of this milestone.
Need a strategy for keeping the passwords out for dev and prod.
Phase 1:
config/database.yml
toconfig/database.yml.tmpl
.database.yml
should be be ignored by git.Phase 2:
Use Capistrano. Two (similar) strategies:
For travis, try this strategy: http://stackoverflow.com/a/13776019/714478