Database trigger CI/CD

Hey there,

I want to use database triggers and functions to listen to CRUD events on my data. I defined those in code and would like to deploy them now via a github actions CI/CD pipeline. This was working well so far in my staging environment but now that I want to deploy to production I am facing issues.

My problem: Stage and Prod are two different Clusters. Not just different databases within a cluster.

Is it possible to deploy one realm codebase to two different clusters? I tried to specify my prod cluster in the data-sources but when I push I get the error: “push failed: unable to retrieve data source details”

From what I read online it seems that realm is not build for multi cluster deployments? Is that true? Is there anyway around my problem?

Thanks in advance!