gabrielshufelt / Real-Ratings-SOEN-341_Project_F24

0 stars 1 forks source link

Deploy Real Ratings + Setup CI #75

Open gabrielshufelt opened 6 days ago

gabrielshufelt commented 6 days ago

Description

We need to deploy our Rails application to a production environment and set up Continuous Integration (CI) to automatically run tests on each push or pull request to the main branch. This will ensure that our application is always in a deployable state and that tests are run consistently, improving code quality and catching issues early.

Key Steps:

  1. Prepare the Rails app for production by configuring necessary settings.
  2. Deploy the app to a hosting platform on Heroku or AWS (whichever is easiest).
  3. Set up a production database and ensure migrations are run.
  4. Implement CI (GitHub actions can be used) to automatically run tests on code pushes and pull requests.

Acceptance Criteria