diff --git a/.github/workflows/buildclient.yml b/.github/workflows/buildclient.yml index c8f3f38e..ae4f6ed1 100644 --- a/.github/workflows/buildclient.yml +++ b/.github/workflows/buildclient.yml @@ -13,9 +13,9 @@ jobs: env: CI: false REACT_APP_RECAPTCHA_CLIENT_KEY: 6LdVxgYdAAAAAPtvjrXLAzSd2ANyzIkiSqk_yFpt - REACT_APP_API_BACKUP: sb-api-fb48ef34a197.herokuapp.com REACT_APP_API: api.swordbattle.io - REACT_APP_ENDPOINT_US: https://na.swordbattle.io/ + REACT_APP_ENDPOINT_US: na.swordbattle.io + REACT_APP_API_BACKUP: sb-api-fb48ef34a197.herokuapp.com REACT_APP_ENDPOINT_US_BACKUP: swordbattlev2-42256f2058d6.herokuapp.com steps: