diff --git a/doc/update/5.1-to-5.2.md b/doc/update/5.1-to-5.2.md index 23de2d9..8599c43 100644 --- a/doc/update/5.1-to-5.2.md +++ b/doc/update/5.1-to-5.2.md @@ -42,6 +42,8 @@ sudo -u git -H bundle install --without development test postgres --deployment sudo -u git -H bundle install --without development test mysql --deployment sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production + +sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production ``` ### 5. Update config files diff --git a/doc/update/5.2-to-5.3.md b/doc/update/5.2-to-5.3.md index 4d930d8..e00dfa3 100644 --- a/doc/update/5.2-to-5.3.md +++ b/doc/update/5.2-to-5.3.md @@ -34,6 +34,8 @@ sudo -u git -H bundle install --without development test postgres --deployment sudo -u git -H bundle install --without development test mysql --deployment sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production + +sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production ``` ### 4. Update config files diff --git a/doc/update/5.3-to-5.4.md b/doc/update/5.3-to-5.4.md index 67f32f6..774e443 100644 --- a/doc/update/5.3-to-5.4.md +++ b/doc/update/5.3-to-5.4.md @@ -34,6 +34,8 @@ sudo -u git -H bundle install --without development test postgres --deployment sudo -u git -H bundle install --without development test mysql --deployment sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production + +sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production ``` ### 4. Update config files -- libgit2 0.21.2