Hola :wave: Can someone tell me how to deploy a se...
# orm-help
g
Hola 👋 Can someone tell me how to deploy a service to a workspace? Or are workspaces something completely different that I don't understand at all? I can't find any info on this anywhere
s
Hi Gregor. Services are deployed to a Prisma server. If you are using Prisma Cloud, you can register a server in a worspace in order to manage collaboration with a team.
g
Thanks for your answer! I know though, since this is exactly what I'm trying to. However, it seems impossible to choose which workspace to deploy a service to in the CLI?
n
@gregor are you logged in?
g
Yeah I am
I am logged in the default workspace created with my name. And then I created a new workspace because I thought that's how it's supposed to go
n
if you're logged in, and the
endpoint
property in
prisma.yml
does NOT exist,
prisma deploy
should list your workspace as a potential target 🙂