Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 567 Bytes

deploy.readme.md

File metadata and controls

22 lines (13 loc) · 567 Bytes

Deploy instructions

To deploy your migrations to Planetscale, follow these steps:

  1. Set up .env file: Update the DATABASE_URL with the connection URL for your Planetscale account repository.

     

  2. Push your migrations to Planetscale branch:

     npx prisma db push
  3. Open the Planetscale dashboard.

     

  4. Go to Branches, create a pull request, and deploy changes to the main branch.

By following these steps, you will successfully deploy your migrations to Planetscale and update the Main branch with the changes.