From c826bdc27f8f8a7d20040664484c6df9117dc46d Mon Sep 17 00:00:00 2001 From: SyniRon <66834451+SyniRon@users.noreply.github.com> Date: Mon, 2 Oct 2023 21:22:16 -0400 Subject: [PATCH] workflow fix for new urls --- .github/workflows/build_check.yml | 4 ++-- .github/workflows/client_adr_push.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_check.yml b/.github/workflows/build_check.yml index 3d797e2..07267fb 100644 --- a/.github/workflows/build_check.yml +++ b/.github/workflows/build_check.yml @@ -20,8 +20,8 @@ jobs: runs-on: ubuntu-latest env: REACT_APP_CLIENT_TOKEN: ${{ secrets.CLIENT_TOKEN }} - REACT_APP_COMBAT_API_URL: "https://bff.adr.7cav.us/roster/combat" - REACT_APP_RESERVE_API_URL: "https://bff.adr.7cav.us/roster/reserve" + REACT_APP_COMBAT_API_URL: "https://bff.apps.7cav.us/roster/combat" + REACT_APP_RESERVE_API_URL: "https://bff.apps.7cav.us/roster/reserve" # Steps represent a sequence of tasks that will be executed as part of the job steps: diff --git a/.github/workflows/client_adr_push.yml b/.github/workflows/client_adr_push.yml index 9005779..9d6260c 100644 --- a/.github/workflows/client_adr_push.yml +++ b/.github/workflows/client_adr_push.yml @@ -21,9 +21,9 @@ jobs: runs-on: ubuntu-latest env: REACT_APP_CLIENT_TOKEN: ${{ secrets.CLIENT_TOKEN }} - REACT_APP_COMBAT_API_URL: "https://bff.adr.7cav.us/roster/combat" - REACT_APP_RESERVE_API_URL: "https://bff.adr.7cav.us/roster/reserves" - REACT_APP_CACHE_TIMESTAMP_URL: "https://bff.adr.7cav.us/cache-timestamp" + REACT_APP_COMBAT_API_URL: "https://bff.apps.7cav.us/roster/combat" + REACT_APP_RESERVE_API_URL: "https://bff.apps.7cav.us/roster/reserves" + REACT_APP_CACHE_TIMESTAMP_URL: "https://bff.apps.7cav.us/cache-timestamp" # Steps represent a sequence of tasks that will be executed as part of the job steps: