diff --git a/.github/workflows/firebase-dev-hosting-merge.yml b/.github/workflows/firebase-dev-hosting-merge.yml index a7996141..3ca55c2c 100644 --- a/.github/workflows/firebase-dev-hosting-merge.yml +++ b/.github/workflows/firebase-dev-hosting-merge.yml @@ -9,7 +9,7 @@ name: Deploy to Firebase Dev Hosting on merge - pro env: - VITE_WARD_API_BASE_URL: "https://wardanalyticsapi.com" + VITE_WARD_API_BASE_URL: "https://20.56.13.206:5000" VITE_WARD_API_KEY: ${{ secrets.WARD_API_KEY }} VITE_FIREBASE_API_KEY: "AIzaSyBZCnEQus6G42SodGNRf6o2zmBnGN0nXes" VITE_FIREBASE_AUTH_DOMAIN: "graphapp-dev.firebaseapp.com" diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index c46a4a21..418285ba 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -8,7 +8,7 @@ name: Deploy to Firebase Hosting on PR "on": pull_request env: - VITE_WARD_API_BASE_URL: "https://wardanalyticsapi.com" + VITE_WARD_API_BASE_URL: "https://20.56.13.206:5000" VITE_WARD_API_KEY: ${{ secrets.WARD_API_KEY }} VITE_FIREBASE_API_KEY: "AIzaSyBZCnEQus6G42SodGNRf6o2zmBnGN0nXes" VITE_FIREBASE_AUTH_DOMAIN: "graphapp-dev.firebaseapp.com"