Commit adc04f4e
Changed files (1)
capfile
@@ -34,5 +34,5 @@ end
task :update_bundler do
run "bundle install --gemfile #{release_path}/Gemfile"
- #run "bundle exec rake db:migrate"
+ run "cd #{release_path} && bundle exec rake db:migrate RAILS_ENV=production"
end