better deploy script
Some checks failed
Deploy to Server / deploy (push) Failing after 8s

This commit is contained in:
2026-04-10 00:34:37 -05:00
parent f1dfb1240f
commit 00541df679

View File

@@ -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.