diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-09-22 02:22:51 -0700 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-09-22 02:22:51 -0700 |
commit | 089f0000cae2d49aa7f031e628a6d9e66db69fec (patch) | |
tree | 6171039a59cbb12fc988482840f1eabf1bc945bb /doc/update/6.0-to-6.1.md | |
parent | 7be084b13a0bb056a6cd8065f74fd24f4f147551 (diff) | |
parent | a47fe72ad66c0ee24d375ba92759a3831ba969b2 (diff) | |
download | gitlab-ce-089f0000cae2d49aa7f031e628a6d9e66db69fec.tar.gz |
Merge pull request #5136 from f0k/patch-1
Remove old assets before compiling new ones
Diffstat (limited to 'doc/update/6.0-to-6.1.md')
-rw-r--r-- | doc/update/6.0-to-6.1.md | 1 |
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 5076d0497e6..2fb762e467a 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 ``` |