Replies: 2 comments
-
Hi @skttl Our main concern is that diverging upstream environments will result in complex collision errors and/or complex git merge conflicts on the individual environments, creating pain points for user and extra work on Umbraco Support. But we do acknowledge the growing need to customize deployment setups, so we are evaluating the consequences of opening up for this possibility. |
Beta Was this translation helpful? Give feedback.
-
Thanks for getting back. We need it to be able to do hotfixes on the live environment, while there is still unfinished work on dev/staging. It would also be nice, if there was a way through the API to initiate a deployment to the next environment, eg. dev to staging, staging to live etc. Right now you have to go through the portal (or git) for this. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I've been playing around with the new CI/CD api, and I think it works well and documentation is 👌.
But there is one thing nagging me, and might cause me to not use it. I'm missing the ability to deploy to other environments than the leftmost, or a flexible environment.
In a lot of our projects, we treat the dev environment as a playground, and most of the times, we do "hotfixes" directly to the live environment.
Having to go to dev first mean that we either need to remove our experiments temporarily, or even if there is no experiments, we basically have to deploy twice to get a simple fix out.
Is there no way we can have it deploy to other than the left most environment?
Beta Was this translation helpful? Give feedback.
All reactions