From baa676b055586b8e03618b1c165f2d6910f610fb Mon Sep 17 00:00:00 2001 From: Steve Worley Date: Sun, 14 Mar 2021 10:07:30 +1000 Subject: [PATCH 1/2] Update deploy.md - Adds deploy instructions for QuantCDN. --- packages/docs/docs/guide/deploy.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/packages/docs/docs/guide/deploy.md b/packages/docs/docs/guide/deploy.md index c7b0c3cad4..86748cf7e3 100644 --- a/packages/docs/docs/guide/deploy.md +++ b/packages/docs/docs/guide/deploy.md @@ -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 [singing 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. From 6a8a512383efb384ed972ad1508d2e28c13b9e53 Mon Sep 17 00:00:00 2001 From: Steve Date: Mon, 15 Mar 2021 08:15:41 +1000 Subject: [PATCH 2/2] Update deploy.md --- packages/docs/docs/guide/deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/docs/guide/deploy.md b/packages/docs/docs/guide/deploy.md index 86748cf7e3..bbf80b7726 100644 --- a/packages/docs/docs/guide/deploy.md +++ b/packages/docs/docs/guide/deploy.md @@ -220,7 +220,7 @@ See [Creating and Deploying a VuePress App with Vercel](https://vercel.com/guide 1. Install [Quant CLI](https://docs.quantcdn.io/docs/cli/get-started) -2. Create a QuantCDN account by [singing up](https://dashboard.quantcdn.io/register) +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: