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 7b31d25be..de950311c 100755 --- a/script/rails-post-deploy +++ b/script/rails-post-deploy @@ -85,9 +85,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 |