Continuous Integration and Deployment - acodeguy/acebook-rails-gang-of-four GitHub Wiki

To help protect against failing code being deployed to staging and production, we have a CI process running on Travis for both the backend and frontend. Whenever a pull request is opened on either github repository, a Travis build triggers that builds the application and runs the tests.

This must be completed before the pull request can be deployed into staging or production.

Here is a diagram of the process: https://drive.google.com/file/d/1D80wz7toCauj5ZCihaMKWH4yj0JmLKfS/view?usp=sharing