Skip to content

Commit

Permalink
Use custom domain for auth0 on prod (#7056)
Browse files Browse the repository at this point in the history
* use custom domain for auth0 on prod

* Also update callback URLs to auth.whist.com

Signed-off-by: Philippe Noël <[email protected]>

Signed-off-by: Philippe Noël <[email protected]>
  • Loading branch information
philippemnoel authored Aug 15, 2022
1 parent 1c4944a commit 9995240
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/whist-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1129,8 +1129,8 @@ jobs:
# TODO: Create a per-environment Amplitude project, and have a different key for each environment
if [[ "${{ needs.whist-publish-build-config.outputs.branch }}" == "prod" ]]; then
export WHIST_AUTH0_CLIENT_ID=6yCVwz6R1O7bFteqlan1HOpeHN64lwIw
export WHIST_AUTH0_DOMAIN_URL=fractal-prod.us.auth0.com
export WHIST_AUTH0_REDIRECT_URL=https://fractal-prod.us.auth0.com/callback
export WHIST_AUTH0_DOMAIN_URL=auth.whist.com
export WHIST_AUTH0_REDIRECT_URL=https://auth.whist.com/callback
export WHIST_SCALING_SERVICE_URL=https://prod-scaling-service.whist.com
elif [[ "${{ needs.whist-publish-build-config.outputs.branch }}" == "staging" ]]; then
export WHIST_AUTH0_CLIENT_ID=WXO2cphPECuDc7DkDQeuQzYUtCR3ehjz
Expand Down Expand Up @@ -1194,8 +1194,8 @@ jobs:
if [[ "${{ needs.whist-publish-build-config.outputs.branch }}" == "prod" ]]; then
export WHIST_AUTH0_CLIENT_ID=6yCVwz6R1O7bFteqlan1HOpeHN64lwIw
export WHIST_AUTH0_DOMAIN_URL=fractal-prod.us.auth0.com
export WHIST_AUTH0_REDIRECT_URL=https://fractal-prod.us.auth0.com/callback
export WHIST_AUTH0_DOMAIN_URL=auth.whist.com
export WHIST_AUTH0_REDIRECT_URL=https://auth.whist.com/callback
export WHIST_SCALING_SERVICE_URL=https://prod-scaling-service.whist.com
elif [[ "${{ needs.whist-publish-build-config.outputs.branch }}" == "staging" ]]; then
export WHIST_AUTH0_CLIENT_ID=WXO2cphPECuDc7DkDQeuQzYUtCR3ehjz
Expand Down

0 comments on commit 9995240

Please sign in to comment.