Skip to content

Commit 75316d4

Browse files
committed
Update README
1 parent ab902b7 commit 75316d4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/Pytal/deploy-env/Publish?label=CI&style=for-the-badge)](https://github.com/Pytal/deploy-env/actions)
33
[![npm](https://img.shields.io/npm/v/deploy-env?style=for-the-badge)](https://www.npmjs.com/package/deploy-env)
44

5-
Deploy environment variables from `.env` and `.env-cmdrc.json` files to Vercel
5+
Deploy environment variables from `.env` and `.env-cmdrc.json` files to Vercel.
66

77

88
## Installation
@@ -18,6 +18,7 @@ In your Vercel project directory:
1818
Make at least one `.env`, `.env.production`, `.env.preview`, or `.env.development` file with your environment variables in the following format:
1919
``` env
2020
API_KEY=top_secret_api_key
21+
TOKEN=some_secret_token
2122
...
2223
```
2324

@@ -59,9 +60,9 @@ Deploy only the `API_KEY` environment variable to the Preview deployment
5960
deploy-env preview API_KEY
6061
```
6162

62-
Deploy only the `API_KEY`, `SECRET`, and `GRAPHQL_ENDPOINT` environment variables to Production
63+
Deploy only the `API_KEY`, `TOKEN`, and `GRAPHQL_ENDPOINT` environment variables to Production
6364
``` bash
64-
deploy-env production API_KEY SECRET GRAPHQL_ENDPOINT
65+
deploy-env production API_KEY TOKEN GRAPHQL_ENDPOINT
6566
```
6667

6768

0 commit comments

Comments
 (0)