diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 398bffd..08c082a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -62,8 +62,10 @@ jobs: - name: Install dependencies run: npm ci - name: Run server - # does npx work??? - run: npm start & npx wait-on http://127.0.0.1:$PORT # requires MongoDB Atlas to accept requests from anywhere! + # DKDK does npx work??? + # DKDK just in case, change $port to other variable + # run: npm start & npx wait-on http://127.0.0.1:$PORT # requires MongoDB Atlas to accept requests from anywhere! + run: npm start & npx wait-on http://127.0.0.1:8080 - name: Run tests run: npm test - name: Output information