diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 7c523df..bdb5f70 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -29,7 +29,7 @@ jobs: VITE_CI: 1 VITE_SOCKET_URL: https://public.jeremiez.net/ VITE_SOCKET_PATH: /wamp/socket.io - VITE_API_ENDPOINT: https://ricochetjs.herokuapp.com/ + VITE_API_ENDPOINT: https://ricochetjs.onrender.com VITE_RICOCHET_SITEID: airboardgame ACTIONS_ALLOW_UNSECURE_COMMANDS: true - uses: actions/upload-artifact@v1 diff --git a/.github/workflows/lint-deploy.yml b/.github/workflows/lint-deploy.yml index 80c7071..dd7f533 100644 --- a/.github/workflows/lint-deploy.yml +++ b/.github/workflows/lint-deploy.yml @@ -38,7 +38,7 @@ jobs: CYPRESS_INSTALL_BINARY: 0 - run: | cat < ./dist/_redirects - /api/* https://ricochetjs.herokuapp.com/:splat 200 + /api/* https://ricochetjs.onrender.com/:splat 200 /* /index.html 200 EOF