-
Hello, Sorry, more questions. Is it possible to have continuous deployment to a DEV sandboxes and manual deployment to UAT and Production? We have a lot of integrations in out systems and we need to test these in DEV before moving to UAT. I can see that it would be quite easy to change the settings so continuous deployment is to DEV instead of UAT as it's just changing the environment names. However, setting up two workflows for UAT & DEV seems more tricky. I'm sure it's possible but could do with some pointers on how to set this up? Thanks Nick |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
At this time, the only thing determining whether an environment is selected for continuous deployment or manual deployment is the TAG - like (PROD). |
Beta Was this translation helpful? Give feedback.
-
In the latest version, you can define which environments are used for Continuous Deployment using the DeployTo settings structure.
If not specified, Continuous Deployment is derived from the name like before. |
Beta Was this translation helpful? Give feedback.
In the latest version, you can define which environments are used for Continuous Deployment using the DeployTo settings structure.
If not specified, Continuous Deployment is derived from the name like before.