diff options
author | Benny Schimmer <benny@schimmer.se> | 2015-10-19 23:10:17 +0200 |
---|---|---|
committer | Benny Schimmer <benny@schimmer.se> | 2015-10-20 00:41:42 +0200 |
commit | 8479feeba27800ee2e8286d759247339703f83be (patch) | |
tree | 21e272fe212b0c304e2b8045e05e64d9a459fc81 /doc/update/patch_versions.md | |
parent | 1f1b3a094206b199393d8de537f4ec0843f2afe2 (diff) | |
download | gitlab-ce-8479feeba27800ee2e8286d759247339703f83be.tar.gz |
Simplify patch version updates (less steps)
Diffstat (limited to 'doc/update/patch_versions.md')
-rw-r--r-- | doc/update/patch_versions.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/update/patch_versions.md b/doc/update/patch_versions.md index da719229ab6..593722eb01f 100644 --- a/doc/update/patch_versions.md +++ b/doc/update/patch_versions.md @@ -49,9 +49,7 @@ sudo -u git -H bundle install --without development test mysql --deployment sudo -u git -H bundle install --without development test postgres --deployment sudo -u git -H bundle exec rake db:migrate 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 +sudo -u git -H bundle exec rake assets:clean assets:precompile cache:clear RAILS_ENV=production ``` ### 5. Start application |