Merge pull request #9750 from Bufallo/simplify-patch-updates

Simplify patch version updates (less steps)
This commit is contained in:
Stan Hu 2015-10-20 08:47:09 -07:00
commit cff470a30d
1 changed files with 1 additions and 3 deletions

View File

@ -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