diff options
author | Ian Chard <ian@mysociety.org> | 2013-08-01 11:59:17 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-08-14 09:48:12 +0100 |
commit | 4944d34ec1ddda8e0bb1858cb534039a406433d3 (patch) | |
tree | 1eb7a749bacbedc915058bbd095f4eed3435094b | |
parent | b2ce0da712088976a7396fcb5e6e37be26819103 (diff) |
Run migrations before trying to install theme
Conflicts:
script/rails-post-deploy
-rwxr-xr-x | script/rails-post-deploy | 4 |
1 files changed, 1 insertions, 3 deletions
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 |