From 9a1e65668a1d08ad26756d55e601b0bb2cd31dcd Mon Sep 17 00:00:00 2001 From: Nicolae Claudius Date: Sun, 1 Sep 2013 21:49:37 +0300 Subject: [PATCH] oops --- entrydns.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrydns.spec b/entrydns.spec index cd75c00..6e8018e 100644 --- a/entrydns.spec +++ b/entrydns.spec @@ -53,7 +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 db:create db:migrate bundle exec rake RAILS_ENV=production assets:precompile # fix wrong sheebang for unicorn