Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.59 KB

README.md

File metadata and controls

40 lines (30 loc) · 1.59 KB

Bors

Bors is the Rust rewrite of homu.

  • The bors infrastructure is managed in the bors terragrunt module and is deployed in the bors-staging and bors-prod account, depending on the environment.
  • The homu infrastructure is managed in the terraform/bors module and is deployed in the legacy account.

Bors is deployed as a Fargate service (ECS) in the us-east-2 region. Bors uses an RDS PostgreSQL database.

To deploy a new version, the deployment pipeline:

  1. Pushes the Docker image to the ECR repository.
  2. Updates the ECS service, forcing a new deployment.

Versions

These are the versions we need to keep up-to-date:

No automation is in place as of August 2024.