From 4944d34ec1ddda8e0bb1858cb534039a406433d3 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 Conflicts: script/rails-post-deploy --- 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 d20bf0472..6eca2f68f 100755 --- a/script/rails-post-deploy +++ b/script/rails-post-deploy @@ -91,11 +91,9 @@ then fi bundle install $bundle_install_options -bundle exec rake themes:install - bundle exec rake submodules:check # upgrade database bundle exec rake db:migrate #--trace - +bundle exec rake themes:install -- cgit v1.2.3