Deploy your Astro Site to Stormkit
Это содержимое пока не доступно на вашем языке.
You can deploy your Astro project to Stormkit, a deployment platform for static websites, single-page applications (SPAs), and serverless functions.
How to deploy
Using the user interface, import your Astro project from one of the three supported Git providers (GitHub, GitLab, or Bitbucket).
Navigate to the project's production environment in Stormkit or create a new environment if needed.
Verify the build command in your Stormkit configuration. By default, Stormkit CI will run
npm run buildbut you can specify a custom build command on this page.Click the "Deploy Now" button to deploy your site.
Read more in the Stormkit Documentation.