Astro Static Deployment on cPanel
Workflow
- Build locally or in CI with
npm run build. - Verify generated files in
dist/. - Upload all files from
dist/into the cPanel document root.
Notes
- No server runtime is required.
- Re-deploy by replacing files with a fresh
dist/build.