diff --git a/.github/workflows/deploy-client.yml b/.github/workflows/deploy-client.yml index 76853bc..ac3a4c3 100644 --- a/.github/workflows/deploy-client.yml +++ b/.github/workflows/deploy-client.yml @@ -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 diff --git a/.github/workflows/deploy-server.yml b/.github/workflows/deploy-server.yml deleted file mode 100644 index 72346b0..0000000 --- a/.github/workflows/deploy-server.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Deploy Server to Heroku - -on: - workflow_dispatch: - push: - branches: - - master - -jobs: - build-deploy: - runs-on: ubuntu-18.04 - steps: - - uses: actions/checkout@master - - - name: Deploy to Heroku - uses: akhileshns/heroku-deploy@v3.12.12 - with: - heroku_api_key: ${{ secrets.HEROKU_API_KEY }} - heroku_app_name: "monopoly-money-server" - heroku_email: ${{ secrets.HEROKU_EMAIL }} diff --git a/package.json b/package.json index dc2a52b..2003b16 100644 --- a/package.json +++ b/package.json @@ -25,8 +25,8 @@ "./packages/*" ], "engines": { - "node": "14.x", - "npm": "7.x" + "node": "16.x", + "npm": "8.x" }, "dependencies": { "sitemap": "^7.1.1",