diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-08-05 16:54:31 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-08-05 16:54:31 +0100 |
commit | 1981ef1baa9a0be88c95fe0f9a3ff4f1d0bdb008 (patch) | |
tree | 0182699b2eb63eb4c455027e6c4ea43da04c54ba /script/rails-post-deploy | |
parent | b53cde9ff491f950fb7fa6904549bfc819144b46 (diff) | |
parent | c43deed5550583ee8a304e80ae248f18b271be9f (diff) |
Merge branch 'master' of ssh://git.mysociety.org/data/git/public/alaveteli
Diffstat (limited to '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 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 |