diff options
Diffstat (limited to 'script/rails-post-deploy')
-rwxr-xr-x | script/rails-post-deploy | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/script/rails-post-deploy b/script/rails-post-deploy index a3257cf35..6eca2f68f 100755 --- a/script/rails-post-deploy +++ b/script/rails-post-deploy @@ -91,9 +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 |