Hello! When we deploy with prisma deploy, it only ...
# orm-help
j
Hello! When we deploy with prisma deploy, it only deploys to the service defined in yml file right?
j
prisma deploy deploys your schema to the prisma service defined in your docker container.
j
ok nice
another thing
when i deploy a schema in different services
it uses the same database? or creates a new one for each service?
j
pretty sure it deploys to all endpoints in the prisma.yml file
j
but and if i have different folders with different prisma.yml, and each .yml has the same server but different service and env
each deploy will not mess up the other service, right?