Skip to content

Commit

Permalink
workflow fix for new urls
Browse files Browse the repository at this point in the history
  • Loading branch information
SyniRon committed Oct 3, 2023
1 parent 3076ac7 commit c826bdc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/client_adr_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c826bdc

Please sign in to comment.