Topic: sqlite and capistrano
I am deploying a small app that uses an sqlite3 database using Capistrano. Obvioulsy, I don't want my production database to be under version control. What is a sane way to carry the prod.sqlite3 file along with Capistrano deployments? Also, what do I do with the
role :db, "db01.example.com", :primary => true
line in my deploy.rb? Just delete it?
Last edited by jed.hurt (2006-10-19 16:25:04)