From 2c94e76935b30f6c7ed619d7f6dcacf6e18d85ad 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..f47de47 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.org VITE_BASE_URL: "" VITE_TILE_URL_BASE: https://property-praxis-${{ env.DEPLOY_ENV }}-assets.s3.amazonaws.com/tiles run: |