컨텐츠로 이동

Deploy your Astro Site to Surge

이 컨텐츠는 아직 번역되지 않았습니다.

You can deploy your Astro project to Surge, a single-command web publishing platform designed for front-end developers.

How to deploy

  1. Install the Surge CLI globally from the Terminal, if you haven’t already.

    Terminal window
    npm install -g surge
  2. Build your Astro site from your project’s root directory.

    Terminal window
    npm run build
  3. Deploy to Surge using the CLI.

    Terminal window
    surge dist

    You can use a custom domain when deploying by running surge dist yourdomain.com.

배포 안내서

더 많은 배포 안내서

배포 타입에 따라 분류