Skip to content

Commit

Permalink
Fix europe bot_manager env var (#967)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico-Sanchez authored Sep 27, 2024
1 parent fe032c9 commit d18ea2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/arena-europe-testing-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,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 }}
Expand Down

0 comments on commit d18ea2d

Please sign in to comment.