From 2dfead2dc8697a5cf59309df709bb9813b151e6e Mon Sep 17 00:00:00 2001 From: Nicolas Sanchez Date: Thu, 12 Sep 2024 18:36:04 -0300 Subject: [PATCH] Use BOT_MANAGER_HOST instead of LOADTEST_CLIENT_HOST --- .github/workflows/arena-argentina-testing-deploy.yaml | 2 +- .github/workflows/arena-argentina-testing-hostcolor-deploy.yaml | 2 +- .github/workflows/arena-brazil-testing-aws-deploy.yml | 2 +- .github/workflows/arena-chile-testing-deploy.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/arena-argentina-testing-deploy.yaml b/.github/workflows/arena-argentina-testing-deploy.yaml index 5516eb701..9f6028783 100644 --- a/.github/workflows/arena-argentina-testing-deploy.yaml +++ b/.github/workflows/arena-argentina-testing-deploy.yaml @@ -49,7 +49,7 @@ jobs: PORT: ${{ vars.ARENA_PORT }} GATEWAY_URL: ${{ vars.GATEWAY_URL }} BOT_MANAGER_PORT: ${{ vars.BOT_MANAGER_PORT }} - BOT_MANAGER_HOST: ${{ vars.LOADTEST_CLIENT_HOST }} + BOT_MANAGER_HOST: ${{ vars.BOT_MANAGER_HOST }} DATABASE_URL: ${{ secrets.DATABASE_URL }} SECRET_KEY_BASE: ${{ secrets.SECRET_KEY_BASE }} NEWRELIC_APP_NAME: ${{ vars.NEWRELIC_APP_NAME }} diff --git a/.github/workflows/arena-argentina-testing-hostcolor-deploy.yaml b/.github/workflows/arena-argentina-testing-hostcolor-deploy.yaml index d54e13a38..f5a9fdcef 100644 --- a/.github/workflows/arena-argentina-testing-hostcolor-deploy.yaml +++ b/.github/workflows/arena-argentina-testing-hostcolor-deploy.yaml @@ -46,7 +46,7 @@ jobs: PORT: ${{ vars.ARENA_PORT }} GATEWAY_URL: ${{ vars.GATEWAY_URL }} BOT_MANAGER_PORT: ${{ vars.BOT_MANAGER_PORT }} - BOT_MANAGER_HOST: ${{ vars.LOADTEST_CLIENT_HOST }} + BOT_MANAGER_HOST: ${{ vars.BOT_MANAGER_HOST }} DATABASE_URL: ${{ secrets.DATABASE_URL }} SECRET_KEY_BASE: ${{ secrets.SECRET_KEY_BASE }} NEWRELIC_APP_NAME: ${{ vars.NEWRELIC_APP_NAME_HOSTCOLOR }} diff --git a/.github/workflows/arena-brazil-testing-aws-deploy.yml b/.github/workflows/arena-brazil-testing-aws-deploy.yml index 9244028f5..7ed7b40b2 100644 --- a/.github/workflows/arena-brazil-testing-aws-deploy.yml +++ b/.github/workflows/arena-brazil-testing-aws-deploy.yml @@ -47,7 +47,7 @@ jobs: PORT: ${{ vars.ARENA_PORT }} GATEWAY_URL: ${{ vars.GATEWAY_URL }} BOT_MANAGER_PORT: ${{ vars.BOT_MANAGER_PORT }} - BOT_MANAGER_HOST: ${{ vars.LOADTEST_CLIENT_HOST }} + BOT_MANAGER_HOST: ${{ vars.BOT_MANAGER_HOST }} DATABASE_URL: ${{ secrets.DATABASE_URL }} SECRET_KEY_BASE: ${{ secrets.SECRET_KEY_BASE }} NEWRELIC_APP_NAME: ${{ vars.NEWRELIC_APP_NAME_AWS }} diff --git a/.github/workflows/arena-chile-testing-deploy.yaml b/.github/workflows/arena-chile-testing-deploy.yaml index e1172f784..2d9050377 100644 --- a/.github/workflows/arena-chile-testing-deploy.yaml +++ b/.github/workflows/arena-chile-testing-deploy.yaml @@ -47,7 +47,7 @@ jobs: PORT: ${{ vars.ARENA_PORT }} GATEWAY_URL: ${{ vars.GATEWAY_URL }} BOT_MANAGER_PORT: ${{ vars.BOT_MANAGER_PORT }} - BOT_MANAGER_HOST: ${{ vars.LOADTEST_CLIENT_HOST }} + BOT_MANAGER_HOST: ${{ vars.BOT_MANAGER_HOST }} DATABASE_URL: ${{ secrets.DATABASE_URL }} SECRET_KEY_BASE: ${{ secrets.SECRET_KEY_BASE }} NEWRELIC_APP_NAME: ${{ vars.NEWRELIC_APP_NAME }}