docs: add harvis to the deploy platform guides (#5385)

Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
pull/5388/head
Andrius Putna 3 weeks ago committed by GitHub
parent 3fe901dea9
commit 4f373d3186
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -298,11 +298,19 @@ You can deploy your VitePress project to [Stormkit](https://www.stormkit.io) by
### Surge
1. After running `npm run docs:build`, run this command to deploy:
After running `npm run docs:build`, run this command to deploy to [Surge](https://surge.sh):
```sh
npx surge docs/.vitepress/dist
```
```sh
npx surge docs/.vitepress/dist
```
### harvis
After running `npm run docs:build`, run this command to deploy to [harvis](https://harvis.dev):
```sh
npx harvis docs/.vitepress/dist
```
### nginx

Loading…
Cancel
Save