From 5c7e6392dd5c0209fb9ac85c03110628933ebb94 Mon Sep 17 00:00:00 2001 From: Ian Chard Date: Thu, 1 Aug 2013 11:59:17 +0100 Subject: Run migrations before trying to install theme --- script/rails-post-deploy | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'script/rails-post-deploy') diff --git a/script/rails-post-deploy b/script/rails-post-deploy index a3257cf35..f7ed8178b 100755 --- a/script/rails-post-deploy +++ b/script/rails-post-deploy @@ -91,9 +91,7 @@ then fi bundle install $bundle_install_options -bundle exec rake themes:install - # upgrade database bundle exec rake db:migrate #--trace - +bundle exec rake themes:install -- cgit v1.2.3