From c406d861b51998abe43f7ae9bcd614f7d074b7d7 Mon Sep 17 00:00:00 2001 From: pjsier Date: Wed, 6 Nov 2024 19:04:57 -0500 Subject: [PATCH] chore: update beta url --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index bf06505..b6aca6c 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -104,7 +104,7 @@ jobs: working-directory: client env: S3_BUCKET: property-praxis-${{ env.DEPLOY_ENV }}-assets - VITE_PUBLIC_URL: https://propertypraxis.com + VITE_PUBLIC_URL: https://beta.propertypraxis.com VITE_BASE_URL: "" VITE_TILE_URL_BASE: https://property-praxis-${{ env.DEPLOY_ENV }}-assets.s3.amazonaws.com/tiles run: |