DayInReview / day-in-review

Full Day In Review application
http://dayinreview.org
Apache License 2.0
2 stars 0 forks source link

Deployment #50

Closed JimothyGreene closed 3 years ago

JimothyGreene commented 3 years ago

Problem

We only had a local version of the code and it wasn't deployed to be used

Solution

Use Amazon AWS to deploy the application. We use 3 main services: S3, ECR, and ECS

The docker-compose.prod.yml is only used to build the images in one command. We are not currently using the setup that is there for running the containers.

Notes

There is probably a way to use the AWS CLI to do this, and I might look into making those commands into GitHub Actions at some point, but for right now, it's a little too much work.

Closes #40