Skip to content

将你的 Astro 站点部署到 Fleek

你可以使用 Fleek 将静态 Astro 站点部署到其边缘优化的分散网络中。

¥You can use Fleek to deploy a static Astro site to their edge-optimized decentralized network.

本指南提供了使用 Fleek UI 和 CLI 将你的 Astro 网站部署到 Fleek 的完整演练。

¥This guide gives a complete walkthrough of deploying your Astro site to Fleek using the Fleek UI and CLI.

¥Project Configuration

你的 Astro 项目可以作为静态站点部署到 Fleek。

¥Your Astro project can be deployed to Fleek as a static site.

¥How to deploy

你可以通过网站 UI 或使用 Fleek 的 CLI(命令行接口)部署到 Fleek。

¥You can deploy to Fleek through the website UI or using Fleek’s CLI (command line interface).

¥Platform UI Deployment

  1. Create a Fleek account.

  2. Push your code to your online Git repository (GitHub).

  3. Import your project into Fleek.

  4. Fleek will automatically detect Astro and then you can configure the correct settings.

  5. Your application is deployed!

  1. Install the Fleek CLI.

    终端窗口
    # You need to have Nodejs >= 18.18.2
    npm install -g @fleek-platform/cli
  2. Log in to your Fleek account from your terminal.

    终端窗口
    fleek login
  3. Run the build command to generate the static files. By default, these will be located in the dist/ directory.

    终端窗口
    npm run build
  4. Initialize your project. This will generate a configuration file.

    终端窗口
    fleek sites init
  5. You will be prompted to either create a new Fleek Site or use an existing one. Give the site a name and select the directory where your project is located.

  6. Deploy your site.

    终端窗口
    fleek sites deploy

¥Learn more

更多部署指南

Astro 中文网 - 粤ICP备13048890号