Skip to content

Commit

Permalink
Remove Heroku deploy in favour of render.com
Browse files Browse the repository at this point in the history
  • Loading branch information
brentvollebregt committed Sep 10, 2022
1 parent 19baa7b commit b54ba99
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: npm run build
env:
SKIP_PREFLIGHT_CHECK: true
REACT_APP_API_ROOT: https://monopoly-money-server.herokuapp.com
REACT_APP_API_ROOT: https://monopoly-money-server.onrender.com
REACT_APP_GOOGLE_ANALYTICS_TRACKING_ID: G-3SFPXD2CWJ
REACT_APP_API_UNREACHABLE_ERROR_MESSAGE: "Unable to communicate with server.\nSince this is publicly hosted, we may have run out of minutes on the server.\nThis should be running again next month when the time is reset."
CI: false
Expand Down
20 changes: 0 additions & 20 deletions .github/workflows/deploy-server.yml

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"./packages/*"
],
"engines": {
"node": "14.x",
"npm": "7.x"
"node": "16.x",
"npm": "8.x"
},
"dependencies": {
"sitemap": "^7.1.1",
Expand Down

0 comments on commit b54ba99

Please sign in to comment.