From 00541df679e2edaa972e03b53d8a191dad4239ea Mon Sep 17 00:00:00 2001 From: pulipakaa24 Date: Fri, 10 Apr 2026 00:34:37 -0500 Subject: [PATCH] better deploy script --- .gitea/workflows/deploy.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 110a020..d8515bb 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -41,6 +41,13 @@ jobs: # Note: Changed 'onedev' to 'origin'. Update if your Gitea remote is named differently. git pull origin main + npm install + npm audit fix + cd server + npm install + npm audit fix + cd .. + echo "==> Running Build..." # If this build fails, 'set -e' aborts the script instantly. # Your existing containers will NOT be touched, keeping the site up.