I would like to ask for something special or maybe...
# orm-help
t
I would like to ask for something special or maybe very normal topic. It's for the workflow i would like to describe now. I'm starting a new project with prisma init and start with new db working on my local docker. Now i have also created my stack on aws with ec2, load balancer and aws rds. What is best practice to deploy my changes also to the remote location and being able to work also on my offline first machine inside docker? Is there some best practice strategy for this kind of tasks?
n
Is your Prisma server exposed to the outside? Then you can connect your local CLI to it and then it's a matter of configuring the
prisma.yml
correctly.
If not, then you have to connect to your EC2 machine and run the CLI on the remote machine to deploy changes.
t
i have connected my cluster to the service panel inside prisma. But is there some example to deploy to multiple servers? like local or remote?