Commit f834385a1dba246b942429806667ec8f828acc85
Exists in
master
and in
4 other branches
Merge branch 'master' of github.com:gitlabhq/gitlabhq
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
doc/update/5.4-to-6.0.md
... | ... | @@ -71,6 +71,8 @@ sudo -u git -H bundle exec rake migrate_global_projects RAILS_ENV=production |
71 | 71 | sudo -u git -H bundle exec rake migrate_keys RAILS_ENV=production |
72 | 72 | sudo -u git -H bundle exec rake migrate_inline_notes RAILS_ENV=production |
73 | 73 | |
74 | +sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production | |
75 | + | |
74 | 76 | ``` |
75 | 77 | |
76 | 78 | ### 6. Update config files | ... | ... |