hcp-uw / syntext

website for practicing your typing
5 stars 0 forks source link

Deployment #30

Closed elimelt closed 1 year ago

elimelt commented 1 year ago

We will be deploying our containerized front-end and back-end to either Heroku or AWS. Also, we will ideally host our DB with a managed service, using whichever of the above we choose.

Finally, we need to register a domain name!

We can deploy before we fully finish bug fixes, as we will be setting up Github Actions to make it easy to continually add new features/fixes

elimelt commented 1 year ago

deployed MVP to heroku.

currently hosting back end (which serves our front end) on heroku, and database on clearDB.

set up deployment pipeline off of production branch. to deploy new changes/features/patches, simply integrate them with the production branch and then push to heroku.