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 27s

This commit is contained in:
2026-04-10 14:44:27 +00:00
parent cb3d14b2ce
commit 1f86e90ebb

View File

@@ -82,7 +82,9 @@ jobs:
echo "Node Module Installation "
npm i
echo "Writing env"
echo "$ENV_FILE" > .env
echo "$ENV_FILE"
cat << 'EOF' > .env
$ENV_FILE
EOF
cat .env
echo "Building..."
npm run build