Displaying 1 result from an estimated 1 matches for "thestash".
Did you mean:
thestack
2012 Jun 22
0
rake db:seed on EC2
...uot;\n\n=== Populating the Production Database! ===\n\n"
run "cd #{current_path}; rake db:seed RAILS_ENV=production"
end
end
But when running cap deploy:seed, I got:
* executing `deploy:db:seed''
=== Populating the Production Database! ===
* executing "cd /mnt/thestashbox-production/current; rake db:seed
RAILS_ENV=production"
servers: ["testing.thestash.com"]
connection failed for: testing.thestash.com (Timeout::Error: execution
expired)
Is there something I could be missing?
I''m using rubber to deploy to my ec2 instance.
--
You rece...