Following the guide on the Prisma documentation pa...
# orm-help
m
Following the guide on the Prisma documentation page, I created a web client, a GraphQL server, and stood up Prisma in Docker. Ultimately my goal is to run the web client (HTML/CSS/JS), the GQL server, and the Prisma instance inside of containers on Kubernetes. So far I've figured out how to get the Prisma instance on Kubernetes. What I'm having trouble with is how you connect the GQL server to Prisma and deploy the data model to your Prisma server without having to manually do it. Can these steps be automated? If so where can I find good examples on how to do it?
h
Yes, this should be possible in CI/CD pipeline using the management API secret. I don’t have a example right now but feel free to react out in DM for help in this regard
m
@Harshit thanks for the help. I'll put up a repo on GitHub and get back to you in a DM.