Skip to content
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

feat: Add deploy instructions for QuantCDN. #2813

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
20 changes: 20 additions & 0 deletions packages/docs/docs/guide/deploy.md
Expand Up @@ -215,3 +215,23 @@ heroku open
## Vercel

See [Creating and Deploying a VuePress App with Vercel](https://vercel.com/guides/deploying-vuepress-to-vercel).

## QuantCDN

1. Install [Quant CLI](https://docs.quantcdn.io/docs/cli/get-started)

2. Create a QuantCDN account by [signing up](https://dashboard.quantcdn.io/register)

3. Initialize your project with `quant init` and fill in your credentials:

``` bash
quant init
```

4. Deploy your site

``` bash
quant deploy
```

See [docs](https://docs.quantcdn.io/docs/cli/continuous-integration) and [blog](https://www.quantcdn.io/blog) for more examples and use cases for deploying to QuantCDN.