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.