Skip to content

Deployment and Hosting

Karelle Hofler edited this page Dec 6, 2024 · 1 revision

This project is currently deployed and hosted to Netlify. While it is possible to set up CI/CD and it has been set up for this repository, there were some issues and it's much easier to do it manually for now.

To do this, you'll need to install Netlify CLI

Once you have made all changes that have been committed and pushed, switch to staging. Run the following commands:

git switch staging
git pull --rebase origin testing

Then in the react-frontend directory of the project:

npm install -g netlify-cli
cd react-frontend
netlify login
netlify build
netlify deploy