From f40f5f66439649a57b40b9ced7ceab9f939a2975 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 3 Apr 2025 19:34:20 -0700 Subject: [PATCH] & changes --- .gitea/workflows/deploy.yml | 2 +- start.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 6806c8b..7714f35 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -24,4 +24,4 @@ jobs: run: | cd ~/personal-site chmod +x ./start.sh - nohup ./start.sh > server.log 2>&1 & + ./start.sh > server.log 2>&1 diff --git a/start.sh b/start.sh index f041963..c2d8030 100755 --- a/start.sh +++ b/start.sh @@ -1,3 +1,3 @@ #!/bin/bash sassc css/style.scss css/style.css -python3 -m http.server 8080 +python3 -m http.server 8080 &