Steven Brooks' Blog

Student @Flatiron School

Push It Real Good

Real quick post today on deployment.

The apps I made thus far have all been deployed following these guidelines:

Spike Grobstein = Beast

If you were able to successfully deploy your rails app to production via Capistrano you have done all the heavy lifting already. If you make new changes that you would like to push to the server all you have to do is thanks for my boy Chris Gonzales:

  1. Go into your public folder on your local machine and write the command:

cap deploy:setup

  1. Follow it up by the command:

cap deploy