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 }}