feat: cleanup some stuff
All checks were successful
Deploy to SFTP Server / build (push) Successful in 4m14s

This commit is contained in:
Max Richter 2025-05-14 19:42:28 +02:00
parent 50ce8b3ff7
commit c74b314b1e
2 changed files with 1 additions and 1049 deletions

View File

@ -51,21 +51,9 @@ jobs:
- name: 🔄 Pull Git LFS files
run: git lfs pull
- name: 🔧 Increase file descriptor limits
run: |
echo "Current file descriptor limits:"
ulimit -n
echo "Increasing file descriptor limits..."
ulimit -n 65536
echo "New file descriptor limits:"
ulimit -n
- name: 🏗️ Build site
run: |
# Build with NODE_OPTIONS to increase memory limits and avoid watching files
export NODE_OPTIONS="--max-old-space-size=4096 --no-warnings"
# Astro-specific optimizations to avoid file watching
pnpm i && NODE_ENV=production ASTRO_DISABLE_HMR=true pnpm build
pnpm i && pnpm build
- name: 🔑 Configure rclone
run: |

File diff suppressed because it is too large Load Diff