We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0729cbd commit e7b3a43Copy full SHA for e7b3a43
src/content/docs/guides/deploy-on-clever-cloud.mdx
@@ -56,7 +56,7 @@ This guide explains how to deploy your start-ui-v3 project to Clever Cloud using
56
GITHUB_CLIENT_SECRET="REPLACE ME" #optional if NODE_ENV != production
57
VITE_BASE_URL="REPLACE ME"
58
59
- # Optionnal
+ # Optional
60
VITE_ENV_NAME="PROD-STAGING-YOUR_ENV"
61
VITE_PORT="3000"
62
@@ -71,7 +71,7 @@ This guide explains how to deploy your start-ui-v3 project to Clever Cloud using
71
```bash
72
npm install -g clever-tools
73
clever login
74
- clever link app_2bf02828-1697-49d1-89a9-0399ac5e008c
+ clever link app_YOUR_ID_APP
75
clever deploy
76
```
77
</Steps>
0 commit comments