1 2 3 4 5 | cd ~/public_html/ git checkout stable RAILS_ENV=production rake db:migrate bundle install --without development test --deployment sudo service nginx restart |
1 2 3 4 5 | cd ~/public_html/ git checkout stable RAILS_ENV=production rake db:migrate bundle install --without development test --deployment sudo service nginx restart |
Comments