[P1] Automate deployments with Github Actions #76
Labels
blocked
Depends on another issue
enhancement
New feature or request
infrastructure
Related to infrastructure / deployments
Pulling this work out of #69 and #3 to reduce their scope.
We should automate the process of deploying OpenDuelyst when a new release is published on Github.
This can be done by creating an Actions workflow for the release event, and having that action publish container to ECR. If ECS is using the
latest
version of the container, I believe it will be able to pull it down automatically. If not, it will still be doable with a small amount of work.The text was updated successfully, but these errors were encountered: