From 27547a5693d070b40ae87af333138f1209d691ca Mon Sep 17 00:00:00 2001 From: Hallie Swan <26949006+hallieswan@users.noreply.github.com> Date: Fri, 31 Jan 2025 09:07:50 -0800 Subject: [PATCH] AG-1640: update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f468879..b479897 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ the databases. We manually configure a [Github self-hosted runner](https://docs for each bastian host, a label is applied to each runner to match the corresponding git branch name (develop/staging/prod). Each runner corresponds to an environment which corresponds to a git branch. The update is executed from these runners. When a push happens on a branch (i.e. develop), the update -is executed on the `agora-bastion-develop` runner which in turn updates the development database. +is executed on the self-hosted runner with the `develop` label, which in turn updates the development database. ![alt text][self_hosted_runners]