diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index cb6b5e9..b3496a5 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -28,5 +28,5 @@ jobs: run: | cd ~/pdx-pecularities chmod +x ./start.sh - setsid screen -dmS pdx_pecularities bash -c 'python3 -m http.server 8080 > server.log 2>&1' + setsid screen -dmS pdx_pecularities bash -c 'python3 -m http.server 8083 > server.log 2>&1' echo "Server started in detached screen session"