Giter Club home page Giter Club logo

Comments (5)

m-abdelwahab avatar m-abdelwahab commented on May 30, 2024 1

Does the appending DATABASE_URL to .env during migrate get merged with the .env file pulled in with vercel pull

@StevenLangbroek Yes, exactly! That's what this part does.

      - name: Run Prisma Migrate
        run: |
          touch .env
          echo DATABASE_URL=${{ steps.create_branch.outputs.db_url_with_pooler}}/neondb >> .env
          echo DIRECT_DATABASE_URL=${{ steps.create_branch.outputs.db_url}}/neondb >> .env
          npx prisma generate
          npx prisma migrate deploy

I just noticed that this part wasn't explained in the blog post. I'll make sure to update it. :)

Thank you so much for reaching out, and sorry for the delayed response. I didn't get notified when you created the issue :)

from preview-branches-with-vercel.

StevenLangbroek avatar StevenLangbroek commented on May 30, 2024 1

Awesome, thanks @m-abdelwahab! We should be on production with our first use then early next week 🚀

from preview-branches-with-vercel.

StevenLangbroek avatar StevenLangbroek commented on May 30, 2024

@m-abdelwahab any chance for input from Neon's side? :)

from preview-branches-with-vercel.

m-abdelwahab avatar m-abdelwahab commented on May 30, 2024

No problem @StevenLangbroek! Don't hesitate to reach out if you have any other questions or need help with anything :). You can reach out at [email protected] or DM me on Twitter

from preview-branches-with-vercel.

alxclark avatar alxclark commented on May 30, 2024

Hi @m-abdelwahab 👋🏼 Have you tried edge functions with this setup ? From my testing it seems like Vercel functions only pull the preview environment variables from the Vercel dashboard and don't reuse the local environment variables available at build time.

I'm curious if you found a way around that issue. Thanks!

from preview-branches-with-vercel.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.