Skip to content

Commit 4e100e2

Browse files
Update src/content/docs/workers/tutorials/using-prisma-postgres-with-workers/index.mdx
Co-authored-by: Nikolas <[email protected]>
1 parent 955c130 commit 4e100e2

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workers/tutorials/using-prisma-postgres-with-workers

1 file changed

+1
-1
lines changed

src/content/docs/workers/tutorials/using-prisma-postgres-with-workers/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ Visit `https://localhost:8787` to see your app in action.
194194

195195
## 4. Deploy the application to Cloudflare
196196

197-
Use the [`npx wrangler secret put` command](/workers/configuration/secrets/#adding-secrets-to-your-project) to upload the `DATABASE_URL`:
197+
When the application is deployed to Cloudflare, it needs access to the `DATABASE_URL` environment variable that's defined locally in `.dev.vars`. You can use the [`npx wrangler secret put`](/workers/configuration/secrets/#adding-secrets-to-your-project) command to upload the `DATABASE_URL` to the deployment environment:
198198

199199
```sh
200200
npx wrangler secret put DATABASE_URL

0 commit comments

Comments
 (0)