Skip to content

Commit e7b3a43

Browse files
committed
docs(deploy-on-clever): placeholder for app id
1 parent 0729cbd commit e7b3a43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/guides/deploy-on-clever-cloud.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ This guide explains how to deploy your start-ui-v3 project to Clever Cloud using
5656
GITHUB_CLIENT_SECRET="REPLACE ME" #optional if NODE_ENV != production
5757
VITE_BASE_URL="REPLACE ME"
5858
59-
# Optionnal
59+
# Optional
6060
VITE_ENV_NAME="PROD-STAGING-YOUR_ENV"
6161
VITE_PORT="3000"
6262
@@ -71,7 +71,7 @@ This guide explains how to deploy your start-ui-v3 project to Clever Cloud using
7171
```bash
7272
npm install -g clever-tools
7373
clever login
74-
clever link app_2bf02828-1697-49d1-89a9-0399ac5e008c
74+
clever link app_YOUR_ID_APP
7575
clever deploy
7676
```
7777
</Steps>

0 commit comments

Comments
 (0)