Skip to content

Commit

Permalink
Fix CONFIGURATOR_HOST env var in central testing deployment (#1038)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico-Sanchez authored Jan 9, 2025
1 parent a906362 commit 6458a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/central-europe-testing-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
PHX_HOST: ${{ vars.HOST }}
PORT: ${{ vars.ARENA_PORT }}
GOOGLE_CLIENT_ID: ${{ vars.GOOGLE_CLIENT_ID }}
CONFIGURATOR_HOST: ${{ vars.CONFIGURATOR_HOST }}
CONFIGURATOR_HOST: ${{ vars.CONFIGURATOR_TESTING_HOST }}
CONFIGURATOR_GOOGLE_CLIENT_ID: ${{ vars.CONFIGURATOR_GOOGLE_CLIENT_ID }}
CONFIGURATOR_GOOGLE_CLIENT_SECRET: ${{ secrets.CONFIGURATOR_GOOGLE_CLIENT_SECRET }}
DATABASE_URL: ${{ secrets.DATABASE_URL }}
Expand Down

0 comments on commit 6458a4f

Please sign in to comment.