Skip to content
Snippets Groups Projects
Commit cff470a3 authored by Stan Hu's avatar Stan Hu
Browse files

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

Simplify patch version updates (less steps)
parents befff682 8479feeb
No related branches found
No related tags found
No related merge requests found
Pipeline #
Loading
@@ -49,9 +49,7 @@ sudo -u git -H bundle install --without development test mysql --deployment
Loading
@@ -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 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 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:clean assets:precompile cache:clear 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
``` ```
   
### 5. Start application ### 5. Start application
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment