Browse Source

Switch to render

Jeremie Pardou-Piquemal 1 year ago
parent
commit
85e7a8142c
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/workflows/cypress.yml
  2. 1 1
      .github/workflows/lint-deploy.yml

+ 1 - 1
.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

+ 1 - 1
.github/workflows/lint-deploy.yml

@@ -38,7 +38,7 @@ jobs:
           CYPRESS_INSTALL_BINARY: 0
       - run: |
           cat <<EOF > ./dist/_redirects
-          /api/*  https://ricochetjs.herokuapp.com/:splat  200
+          /api/*  https://ricochetjs.onrender.com/:splat  200
           /*    /index.html   200
           EOF