neondatabase / preview-branches-with-vercel

Example project that shows how you can create a branch for every preview deployment on Vercel using GitHub actions
29 stars 11 forks source link

Fix GH actions errors #21

Closed ductilestudios closed 8 months ago

ductilestudios commented 8 months ago

I ran into two problems while trying to get these actions up and running

  1. In the deploy-preview action, the step creating the neon branch fails if the branch already exists. I added a continue-on-error to coincide with the comment.

  2. My prisma migrate was failing during a cold start so I added a query param to increase the timeout to 10s per this doc

m-abdelwahab commented 8 months ago

Hey! Thank you for reaching out. I'm in the process of updating this example and to use the latest dependencies 😄

Should be ready this week