using prisma with a local deployment and would lik...
# prisma-whats-new
t
using prisma with a local deployment and would like to deploy a test stage to the eu-prisma. how is the easiest way to do this? Any doc for this?
solved it 😉 created a .env-test file and added there the prisma cloud settings -> took them from a blank new project initialization
prisma deploy -e .env-test -> magic works 😛