GSTT-CSC / hazen-web-app

Interactive web-based implementation of hazen
Other
0 stars 0 forks source link

set up Heroku deployment using GH Actions #3

Closed hshuaib90 closed 2 years ago

hshuaib90 commented 2 years ago

We need to be able to push updates of certain branches to Heroku for testing in the staging environment. This helps ensure the quality of the code as the development environment is not exactly like the Heroku environment.

tomaroberts commented 2 years ago

TODO:

sophie22 commented 2 years ago

This looks like a useful tutorial in setting up deployment to Heroku

tomaroberts commented 2 years ago

Thanks Sophie. Btw, we do have it 'running' on Heroku here: https://hazen.herokuapp.com/

But it's an old version and a bit broken from when I was playing around with the backend. We intend to make a full CI/CD pipeline with Heroku having staging and pre-production environments.

tomaroberts commented 2 years ago

Closing – superseded by #93