Deploying to Production: Difference between revisions
Jump to navigation
Jump to search
(Blanked the page) |
No edit summary |
||
Line 1: | Line 1: | ||
Once you have all your changes merged into the master branch, you will want to deploy them to production once they have been reviewed by the rest of the team. Deploying is rather simple: | |||
* Run the following from your project directory once you have your public/private key pair set up with the rails user:<br /><pre>cap deploy</pre> |
Revision as of 11:30, 3 February 2013
Once you have all your changes merged into the master branch, you will want to deploy them to production once they have been reviewed by the rest of the team. Deploying is rather simple:
- Run the following from your project directory once you have your public/private key pair set up with the rails user:
cap deploy