Switch to render
This commit is contained in:
parent
09010ff803
commit
85e7a8142c
2 changed files with 2 additions and 2 deletions
2
.github/workflows/cypress.yml
vendored
2
.github/workflows/cypress.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/lint-deploy.yml
vendored
2
.github/workflows/lint-deploy.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue