Skip to content

Replace ZEIT Now with Vercel in deploy docs #46

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,11 @@ server {
/* /index.html 200
```

## ZEIT Now
## Vercel

1. 安装 [Now CLI](https://zeit.co/download) : `npm i -g now`
1. 安装 [Vercel CLI](https://vercel.com/download) : `npm i -g vercel`
2. 切换到你的 docsify 网站的文档目录,例如 `cd docs`
3. 用一个指令来部署: `now`
3. 用一个指令来部署: `vercel`

## AWS Amplify

Expand Down