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 committed Dec 5, 2020
1 parent 7b6fd81 commit d155720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/docs/getting-started/example.md
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 d155720

Please sign in to comment.