diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 617f761..de4ec22 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -39,7 +39,7 @@ jobs: - name: Install dependencies run: npm ci - name: Run server - run: npm start & npx wait-on http://127.0.0.1:3216 + run: npm start & npx wait-on http://127.0.0.1:$PORT - name: Run tests run: npm test - name: Output information