summaryrefslogtreecommitdiff
path: root/doc/update/6.0-to-6.1.md
diff options
context:
space:
mode:
authorJan Schlüter <github@jan-schlueter.de>2013-09-19 19:25:40 +0200
committerJan Schlüter <github@jan-schlueter.de>2013-09-19 19:25:40 +0200
commita47fe72ad66c0ee24d375ba92759a3831ba969b2 (patch)
tree51280b538318c7a2420cb848f8b3a337ab5c4155 /doc/update/6.0-to-6.1.md
parent05ef996e52eddececee3e0edb9c8bb5a0dc4c82d (diff)
downloadgitlab-ce-a47fe72ad66c0ee24d375ba92759a3831ba969b2.tar.gz
remove old assets before compiling
Diffstat (limited to 'doc/update/6.0-to-6.1.md')
-rw-r--r--doc/update/6.0-to-6.1.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/update/6.0-to-6.1.md b/doc/update/6.0-to-6.1.md
index dcd09be72f7..e37ed9c928f 100644
--- a/doc/update/6.0-to-6.1.md
+++ b/doc/update/6.0-to-6.1.md
@@ -53,6 +53,7 @@ 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 migrate_iids RAILS_ENV=production
+sudo -u git -H bundle exec rake assets:clean RAILS_ENV=production
sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production
sudo -u git -H bundle exec rake cache:clear RAILS_ENV=production
```