Skip to content

Commit

Permalink
docs: update for Now to Vercel (#847)
Browse files Browse the repository at this point in the history
Vercel archived their now packages a while back, so you can use vercel env pull to pull in the .env
  • Loading branch information
perkinsjr authored and balazsorban44 committed Feb 1, 2021
1 parent 8ac14ed commit 81ebff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/docs/getting-started/example.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,5 @@ NEXTAUTH_URL=https://example.com
:::tip
In production, this needs to be set as an environment variable on the service you use to deploy your app.

To set environment variables on Vercel, you can use the [dashboard](https://vercel.com/dashboard) or the `now env` command.
To set environment variables on Vercel, you can use the [dashboard](https://vercel.com/dashboard) or the `vercel env pull` [command](https://vercel.com/docs/build-step#development-environment-variables).
:::

0 comments on commit 81ebff8

Please sign in to comment.