Update .gitea/workflows/deploy.yml
All checks were successful
Klc-HR-Dashboard-Frontend / Build and Test PR (push) Has been skipped
Klc-HR-Dashboard-Frontend / Deploying code in Server (push) Successful in 28s

This commit is contained in:
2026-04-10 14:48:45 +00:00
parent 1f86e90ebb
commit ef0955482f

View File

@@ -80,11 +80,6 @@ jobs:
git stash && git stash clear
git pull origin $BRANCH_NAME
echo "Node Module Installation "
npm i
echo "Writing env"
cat << 'EOF' > .env
$ENV_FILE
EOF
cat .env
npm i
echo "Building..."
npm run build