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

docs(v2): add Deploy with QuandCDN #4430

Merged
merged 4 commits into from
Mar 16, 2021
Merged
Show file tree
Hide file tree
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
20 changes: 20 additions & 0 deletions website/docs/deployment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -397,3 +397,23 @@ echo subdomain.surge.sh > CNAME
```

You can deploy any other changes in the future with the command `surge`.

## Deploying to 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.
Binary file added website/src/data/showcase/quantcdn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions website/src/data/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,15 @@ const users = [
source: 'https://github.com/Samsung/qaboard',
tags: ['highlight', 'design', 'large'],
},
{
title: 'QuantCDN',
description:
'An all-in-one Static Web solution and global Content Delivery Network',
preview: require('./showcase/quantcdn.png'),
website: 'https://docs.quantcdn.io',
source: 'https://github.com/quantcdn/docs',
tags: [],
},
{
title: 'QuestDB',
description:
Expand Down