Skip to content

Commit

Permalink
docs: Add disclaimer to GH action example (#5381)
Browse files Browse the repository at this point in the history
* Update 550-deploy-database-changes-with-prisma-migrate.mdx

Add URL disclaimer

* Update content/300-guides/200-deployment/550-deploy-database-changes-with-prisma-migrate.mdx

Co-authored-by: Jan Piotrowski <[email protected]>

---------

Co-authored-by: Jan Piotrowski <[email protected]>
  • Loading branch information
MorenoMdz and janpio authored Oct 24, 2023
1 parent f301ce2 commit 88b19da
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,5 @@ jobs:
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}
```
Ensure you have the `DATABASE_URL` variable [set as a secret in your repository](https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions), without quotes around the connection string.

1 comment on commit 88b19da

@vercel
Copy link

@vercel vercel bot commented on 88b19da Oct 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./

docs-git-main-prisma.vercel.app
docs-prisma.vercel.app
prisma2-docs.vercel.app

Please sign in to comment.