From 7b58e834ad409efcc5c9948a4d594f7c530abaa3 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 3 Apr 2025 21:33:51 -0700 Subject: [PATCH] small fix to deploy script --- .gitea/workflows/deploy.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 9758d5c..3b8b202 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -27,7 +27,5 @@ jobs: - name: Start server in screen session run: | cd ~/ota-tv-web - chmod +x ./start.sh - sassc css/style.scss css/style.css setsid screen -dmS ota_tv_web bash -c 'HTTP_PORT=8081 WS_PORT=3001 npm start > server.log 2>&1' echo "Server started in detached screen session"