Browse Source

give db to rails env during precompile assets

pull/1/head
Nicolae Claudius 11 years ago
parent
commit
d5309c0dbb
  1. 1
      entrydns.spec

1
entrydns.spec

@ -53,6 +53,7 @@ cp config/database.mysql.sample.yml config/database.yml
bundle install --deployment --without development test
# pre-compile assets
bundle exec rake db:create db:migrate
bundle exec rake RAILS_ENV=production assets:precompile
# fix wrong sheebang for unicorn

Loading…
Cancel
Save