diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index adcd854..d7c57f0 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -43,7 +43,7 @@ jobs: runs-on: ubuntu-latest environment: name: staging - url: https://staging.cloud-auth-api.walletconnect.com/health + url: https://staging.cloud-auth-api.reown.com/health needs: - get-version steps: @@ -82,7 +82,7 @@ jobs: runs-on: ubuntu-latest environment: name: prod - url: https://cloud-auth-api.walletconnect.com/health + url: https://cloud-auth-api.reown.com/health needs: - get-version # - validate-staging diff --git a/README.md b/README.md index eb09bea..b12e873 100644 --- a/README.md +++ b/README.md @@ -63,5 +63,5 @@ This API has the following endpoints: ## Health checks -- Staging: https://staging.cloud-auth-api.walletconnect.com/health -- Production: https://cloud-auth-api.walletconnect.com/health +- Staging: https://staging.cloud-auth-api.reown.com/health +- Production: https://cloud-auth-api.reown.com/health diff --git a/terraform/variables.tf b/terraform/variables.tf index 3727c8f..60d62f5 100644 --- a/terraform/variables.tf +++ b/terraform/variables.tf @@ -10,7 +10,7 @@ variable "azs" { variable "public_url" { type = string - default = "cloud-auth-api.walletconnect.com" + default = "cloud-auth-api.reown.com" } variable "image_version" {