I would like to have a tutorial/tool explaining/enabling how to work with different environments (DEV, TEST, PROD...), so that I can set an automated pipeline for CD.
Should we create a new cluster for each env? Do I need to change manually the Stitch App ID on the exported app, when promoting it to the next env? How to manage the connection with the different dbs/services when the app changes env? (each env must have its own dbs/services)
Thank you.