Right, so, multi-stage deployment. I am struggling...
# prisma-whats-new
v
Right, so, multi-stage deployment. I am struggling to figure out how GC really looks at this. Is it done just via deploying the same service to different targets? Also, what’s a target really? If I have prod and dev as targets, both being deployed to the same region, I have to deploy the same service with different names for each target. Finally, my idea of multistage deployment is that I can also branch off inheriting all the data as well (database, asset files, etc.), and I can sync the data from one stage to another. If I merely deploy the same service to another target/name, I have then to take care of importing data myself. Sorry for the long query 🙂
@nilan @agartha
a
There's an FR for disconnecting the database from the service, that would give you exactly that behavior.
Can you see if that fits in with your use case, and add your feedback there?
v
sure, reading now
what’s the proxy layer concept you mention in the FR?
a
Proxy Layer was the old terminology for API Gateway
I have updated the FR
v
Ha, now it makes more sense 🙂
Thanks. I’ll comment asap
👍🏻 1