diff --git a/.github/workflows/cwbi-prod-build-push.yml b/.github/workflows/cwbi-prod-build-push.yml index e91dde8..220fb1c 100644 --- a/.github/workflows/cwbi-prod-build-push.yml +++ b/.github/workflows/cwbi-prod-build-push.yml @@ -19,8 +19,8 @@ jobs: Build-Push-UI-to-Prod: env: REACT_APP_AUTH_HOST: https://identityc.sec.usace.army.mil/auth - REACT_APP_AUTH_REDIRECT_URL: https://cumulus.sec.usace.army.mil - REACT_APP_CUMULUS_API_URL: /api + REACT_APP_AUTH_REDIRECT_URL: https://cumulus.cwbi.mil + REACT_APP_CUMULUS_API_URL: https://cumulus.cwbi.mil/api # REACT_APP_SHARED_API_URL: https://develop-shared-api.corps.cloud REACT_APP_ISDEVELOPMENT: true runs-on: ubuntu-latest