From c6fe6fe195217586ba10aada193ca4bee2973b8f Mon Sep 17 00:00:00 2001 From: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> Date: Fri, 6 Sep 2024 15:32:56 +0200 Subject: [PATCH] docs: document homu Signed-off-by: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> --- service-catalog/bors/README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/service-catalog/bors/README.md b/service-catalog/bors/README.md index 9dce893..e7b822b 100644 --- a/service-catalog/bors/README.md +++ b/service-catalog/bors/README.md @@ -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.