From 9b0fd0166996df270f44676bb44b4f3814ede3fa Mon Sep 17 00:00:00 2001 From: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> Date: Wed, 7 Aug 2024 15:26:42 +0200 Subject: [PATCH] mention staging environment --- service-catalog/bors/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/service-catalog/bors/README.md b/service-catalog/bors/README.md index c5d545e..9294f48 100644 --- a/service-catalog/bors/README.md +++ b/service-catalog/bors/README.md @@ -4,7 +4,8 @@ The bors [module](https://github.com/rust-lang/simpleinfra/tree/master/terragrun contains the infrastructure of [bors](https://github.com/rust-lang/bors), 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-prod` account. +`Homu` is deployed in the legacy account, while `bors` is deployed in the +`bors-staging` and `bors-prod` account, depending on the environment. Bors is deployed as a [Fargate](https://aws.amazon.com/fargate/) service ([ECS](https://aws.amazon.com/ecs/)) in the `us-east-2` region. @@ -17,7 +18,6 @@ pipeline: 1. Pushes the Docker image to the [ECR](https://aws.amazon.com/ecr/) repository. 2. Updates the ECS service, forcing a new deployment. - ## Versions These are the versions we need to keep up-to-date: @@ -29,7 +29,7 @@ These are the versions we need to keep up-to-date: [Cargo.toml](https://github.com/rust-lang/bors/blob/main/Cargo.toml) - PostgreSQL: version specified in [Terraform](https://github.com/rust-lang/simpleinfra/blob/master/terragrunt/modules/bors/main.tf) -No automation is in place as of August 2024. +No automation is in place as of August 2024. [Dockerfile]: https://github.com/rust-lang/bors/blob/main/Dockerfile