All checks were successful
Deploy to Frontend Servers / deploy (push) Successful in 1m0s
A previous deploy failed at the vite chunk-writing stage with "ENOSPC: no space left on device". The cleanup step ran at the start of the job but left enough stale data behind that the runner filled up before `npm run build` could finish. - Drop the act workspace retention from 60min to 10min. Closely-spaced pushes used to keep multiple stale jobs around; 10min still preserves any currently-running job because its mtime keeps advancing. - Drop _work / setup-node / npm cacache retention from 24h to 60min. - Drop the `until=24h` filter on docker prune so dangling images, containers, and builder cache get reclaimed every run. - Add a second "Ensure free space before build" guard right before the Build step. If <3GB is free, aggressively prune act caches, npm cacache, and docker volumes before vite starts writing chunks.
5.4 KiB
5.4 KiB