Skip to content

Commit

Permalink
docs: document homu
Browse files Browse the repository at this point in the history
Signed-off-by: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com>
  • Loading branch information
marcoieni committed Sep 6, 2024
1 parent be69786 commit c6fe6fe
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions service-catalog/bors/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# Bors

The bors [module](https://github.com/rust-lang/simpleinfra/tree/master/terragrunt/modules/bors)
contains the infrastructure of [bors](https://github.com/rust-lang/bors), the Rust rewrite of
[Bors](https://github.com/rust-lang/bors) is the Rust rewrite of
[homu](https://github.com/rust-lang/homu).

`Homu` is deployed in the legacy account, while `bors` is deployed in the
`bors-staging` and `bors-prod` account, depending on the environment.
- The bors infrastructure is managed in the
[bors](https://github.com/rust-lang/simpleinfra/tree/master/terragrunt/modules/bors)
terragrunt module and it's deployed in the
`bors-staging` and `bors-prod` account, depending on the environment.
- The `homu` infrastructure is managed in the
[terraform/bors](https://github.com/rust-lang/simpleinfra/tree/master/terraform/bors) module and it is deployed in the legacy account.

Bors is deployed as a [Fargate](https://aws.amazon.com/fargate/) service
([ECS](https://aws.amazon.com/ecs/)) in the `us-east-2` region.
Expand Down

0 comments on commit c6fe6fe

Please sign in to comment.