[SalesForce] How to deploy a changeset from Sandbox to UAT sandbox to Production

I want to create a deployment chain where I configure a changeset in a DEV sandbox, deploy to UAT (where it can be tested but not changed) and finally deploy that same changeset from UAT to Production.

The only way that I can see to do that is to re-create the outbound changeset in UAT or alternatively, create a connection from my DEV sandbox to the production sandbox (which I don't really want to do).

Is it possible to set up this 3 tier deployment chain?

Thanks.

Best Answer

You cannot currently redeploy a Changeset as you described. There is an Idea for this that is marked Under Consideration. I suggest voting for it.

Related Topic