Sevalla is an all-in-one hosting and management platform for static sites, applications, and databases.
This guide details how to deploy your Astro project to Sevalla.
Prerequisites
Section titled “Prerequisites”- A Sevalla account.
- Your Astro project pushed to a public or supported private Git repository (GitHub, GitLab, or Bitbucket).
Static Site Deployment
Section titled “Static Site Deployment”Sevalla’s Static Site Hosting deploys your site directly to a global edge network.
SSR Deployment
Section titled “SSR Deployment”Sevalla’s Application Hosting supports full-stack applications. You can deploy Astro projects using on-demand rendering (server-side rendering) via the Node.js adapter.
Troubleshooting
Section titled “Troubleshooting”Build Failures
Section titled “Build Failures”Check the Build Logs in the Sevalla dashboard for error messages. Ensure all dependencies are in dependencies (not devDependencies if needed at runtime).
Node Version
Section titled “Node Version”Ensure the Node.js version selected in Sevalla matches your local development version (check node -v).