From 7dbae7c4c82913628d82b13622818b47d5716f99 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 7 Apr 2025 18:24:22 -0700 Subject: [PATCH] change port --- .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 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"