From 5df14f9331f383c9ec0fbba24e45fc9613a7d354 Mon Sep 17 00:00:00 2001 From: Tom - Henry Coursow Date: Sat, 15 Jul 2023 00:10:25 +0200 Subject: [PATCH] Update .gitea/workflows/deploy.yml --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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