Skip to content

使用 Cleavr 部署你的 Astro 站点

你可以使用服务器和应用部署管理工具 克里夫尔 将 Astro 项目部署到你自己的虚拟专用服务器 (VPS)。

¥You can deploy your Astro project to your own Virtual Private Server (VPS) using Cleavr, a server and app deployment management tool.

¥Prerequisites

首先,你将需要:

¥To get started, you will need:

  • 一个 Cleavr 账户

  • 使用 Cleavr 的 VPS 提供商上的服务器

¥Add your site

  1. In Cleavr, navigate to the server you want to add your Astro project to.

  2. Select Add Site and fill in the details for your application, such as domain name.

  3. For App Type, select ‘NodeJS Static’ or ‘NodeJS SSR’ according to how you are setting up your Astro app.

  4. For Static apps, set Artifact Folder to dist.

  5. For SSR apps:

    • Set Entry Point to entry.mjs.
    • Set Artifact Folder to dist/server.
  6. Select Add to add the site to your server.

¥Setup and deploy

  1. Once your new site is added, click Setup and deploy.

  2. Select the VC Profile, Repo, and Branch for your Astro Project.

  3. Make any additional configurations necessary for your project.

  4. Click on the Deployments tab and then click on Deploy.

恭喜,你刚刚部署了 Astro 应用!

¥Congratulations, you’ve just deployed your Astro app!

More Deployment Guides

Astro 中文网 - 粤ICP备13048890号