summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2013-08-22 07:04:10 -0700
committerJacob Vosmaer <contact@jacobvosmaer.nl>2013-08-22 07:04:10 -0700
commit21e3d848b464f8cabbbddb3d2d4e2b697d4476b0 (patch)
treeb513e4f1be11583fd3c30c18ec1f427eac827e92
parent9a00bbda89ab22f533db725e751ad46ff68c2cbe (diff)
parentb30909c269816ee14f2d6403b6001690226a7cda (diff)
downloadgitlab-ce-21e3d848b464f8cabbbddb3d2d4e2b697d4476b0.tar.gz
Merge pull request #4847 from Stayallive/patch-1
Added assets:precompile in upgrade guide 5.4 -> 6.0
-rw-r--r--doc/update/5.4-to-6.0.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/update/5.4-to-6.0.md b/doc/update/5.4-to-6.0.md
index 23993d05535..7fe57a8ff3f 100644
--- a/doc/update/5.4-to-6.0.md
+++ b/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
sudo -u git -H bundle exec rake migrate_keys RAILS_ENV=production
sudo -u git -H bundle exec rake migrate_inline_notes RAILS_ENV=production
+sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production
+
```
### 6. Update config files