diff options
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 |