What's the best practice to push to Prod?

When we have new Dev flows fully tested & ready to push to Prod, we usually "Save As" the flow in Prod environment and then update the dependencies in the new Prod flow to prod version of data actions/tables.

Also, say there are changes done to existing to Dev flow and they are tested, we then go & add the same changes in existing Prod version of that flow.

Is this ideal approach? Or is there better & safe way to push to Prod?

Hi Basutkar,

There is no single one-size-fits-all answer. The most common way to do this is to our Archy tool to export the flows and then use a CI/CD pipeline using our CX as Code Terraform provider to deploy the architect flow and any of its dependent objects. Some of our larger customers also use the CX as Code export capabilities and/or the professional services team's BCP/DR application to synchronize code between their product environments. I suggest you checkout:

  1. Development Center CX as Code Information
  2. Terraform CX as Code Registry
  3. Our Genesys Cloud Blueprints repo, particularly our CX as Code example using GitHub Actions

I hope that helps.

Thanks,
John Carnell
Director, Developer Engagement

1 Like

Thank you, John. I will refer the documentation you've shared.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.