Use Continuous Integration to Deploy
Learn about using continuous integration for the deployment of our Rails application.
We'll cover the following...
Overview
Up to this point, we’ve mostly talked about the code in our Rails app. Earlier, we created some scripts in bin
, like bin/run
and bin/ci
, which help with working on the app itself. In ...