Skip to content

Commit 898015e

Browse files
authored
docs(readme): Update vercel instructions with Git note and env image (DenverCoder1#393)
1 parent 19e4ca8 commit 898015e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,13 @@ formats for locales other than English will not work.
189189
7. The app will be deployed to `<project-name>.vercel.app`
190190
8. Visit [this link](https://github.com/settings/tokens/new?description=GitHub%20Readme%20Streak%20Stats) to create a new Personal Access Token (no scopes required)
191191
9. Scroll to the bottom and click **"Generate token"**
192-
10. Visit the [Vercel dashboard](https://vercel.com/dashboard) and select your project, then click **"Settings"**, then **"Environment Variables"**. Add a new variable with the key `TOKEN` and the value as your token from step 9.
192+
10. Visit the [Vercel dashboard](https://vercel.com/dashboard) and select your project, then click **"Settings"**, then **"Environment Variables"**.
193+
11. Add a new variable with the key `TOKEN` and the value as your token from step 9 and click "Save".
194+
195+
![image](https://user-images.githubusercontent.com/20955511/209588756-8bf5b0cd-9aa6-41e8-909c-97bf41e525b3.png)
196+
197+
> **Note**
198+
> To set up automatic Vercel deployments from GitHub, make sure to turn **off** "Include source files outside of the Root Directory" in the General settings and use `vercel` as the production branch in the Git settings.
193199
194200
</details>
195201

0 commit comments

Comments
 (0)