Skip to content

Commit

Permalink
Add CONFIGURATOR_HOST env var to central europe deployments (#788)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico-Sanchez authored Jul 19, 2024
1 parent 9205d52 commit 979539f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/central-europe-testing-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
GOOGLE_CLIENT_ID: ${{ vars.GOOGLE_CLIENT_ID }}
BOT_MANAGER_PORT: ${{ vars.BOT_MANAGER_PORT }}
BOT_MANAGER_HOST: ${{ vars.LOADTEST_CLIENT_HOST }}
CONFIGURATOR_HOST: ${{ vars.CONFIGURATOR_HOST }}
DATABASE_URL: ${{ secrets.DATABASE_URL }}
SECRET_KEY_BASE: ${{ secrets.SECRET_KEY_BASE }}
JWT_PRIVATE_KEY_BASE_64: ${{ secrets.JWT_PRIVATE_KEY_BASE_64 }}
Expand All @@ -70,6 +71,7 @@ jobs:
GOOGLE_CLIENT_ID=${GOOGLE_CLIENT_ID} \
BOT_MANAGER_PORT=${BOT_MANAGER_PORT} \
BOT_MANAGER_HOST=${BOT_MANAGER_HOST} \
CONFIGURATOR_HOST=${CONFIGURATOR_HOST} \
DATABASE_URL=${DATABASE_URL} \
SECRET_KEY_BASE=${SECRET_KEY_BASE} \
JWT_PRIVATE_KEY_BASE_64=${JWT_PRIVATE_KEY_BASE_64} \
Expand Down
1 change: 1 addition & 0 deletions devops/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ OVERRIDE_JWT=${OVERRIDE_JWT}
GOOGLE_CLIENT_ID=${GOOGLE_CLIENT_ID}
BOT_MANAGER_PORT=${BOT_MANAGER_PORT}
BOT_MANAGER_HOST=${BOT_MANAGER_HOST}
CONFIGURATOR_HOST=${CONFIGURATOR_HOST}
RELEASE=${RELEASE}
TARGET_SERVER=${TARGET_SERVER}
LOADTEST_EUROPE_HOST=${LOADTEST_EUROPE_HOST}
Expand Down

0 comments on commit 979539f

Please sign in to comment.