Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danieltprice authored Dec 30, 2024
1 parent 637e094 commit ccf74a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<img width="250px" src="https://neon.tech/brand/neon-logo-dark-color.svg" />

# Database Branching with Neon, Prisma, Vercel and GitHub Actions

This example project demonstrates how to set up a database branching workflow using Neon, Vercel, Prisma, and GitHub Actions. It creates an isolated branch of the database for each pull request, runs the database migrations against this branch and deploys the application to a Vercel preview environment.
Expand Down Expand Up @@ -80,4 +82,4 @@ git add . && git commit -m "feat: add new feature" && git push origin feature/ne
- Run the database migrations against the new branch.
- Deploy the application to a Vercel preview environment.

6. Visit the Vercel preview URL to see the changes in the application.
6. Visit the Vercel preview URL to see the changes in the application.

0 comments on commit ccf74a8

Please sign in to comment.