Files
tldr/pages.zh/common/netlify.md

20 lines
341 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# netlify
> 部署网站并配置持续部署到 Netlify 平台。
> 更多信息:<https://cli.netlify.com>。
- 登录到 Netlify 账户:
`netlify login`
- 将目录中的内容部署到 Netlify
`netlify deploy`
- 为新网站或现有网站配置持续部署:
`netlify init`
- 启动本地开发服务器:
`netlify dev`