I know that you can run tasks as part of each deploy, but I only want to bootstrap the database once.
The only way I found was to ssh into the ec2 instance and run "rake db:seed RAILS_ENV=production" manually from /var/app/current.