Deploying a Rails ApplicationSeptember 18, 2014 | |
Setting up servers.
- Follow this guide or clone from another instance that is setup this way.
Deploying to staging.
- Don't merge feature branches into develop until all tests pass and you're sure it works.
- Test develop branch and push to staging.
- Run
cap staging depoy
- Test staging.
Deploying to production.