Describe the content you'd like to see
An example to use Prisma with Circle CI
Here's a ready configuration that can be adapted to an example in this repo: https://github.com/prismagraphql/prisma/issues/2000#issuecomment-399075805
Hey guys!
Any working example for prisma + Circle CI with docker executor type?
To work with docker in this type of execution you have to deal with remote-docker, which makes it impossible to successfully run prisma deploy (Well, at least I didn't find a way to do it). I can share my config or more info if needed.
Cheers
@Lotafak This works!
https://github.com/w0wka91/prisma-circleci/tree/master
@w0wka91 Thank you for the link!
It's not quite what I was asking for since it's executor type is machine. Although with lack of what I need I'll most likely use it.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Most helpful comment
Hey guys!
Any working example for prisma + Circle CI with
dockerexecutor type?To work with docker in this type of execution you have to deal with remote-docker, which makes it impossible to successfully run
prisma deploy(Well, at least I didn't find a way to do it). I can share my config or more info if needed.Cheers