Replies: 1 comment
-
I'm looking into this as well, and I also feel that the default Four Keys queries aren't exact enough. Looking at this query: https://github.com/dora-team/fourkeys/blob/main/queries/deployments.sql If you're using Deployments you can probably add a condition to identify the deployment environment (around line 32) Not sure how it'd work with pipelines. |
Beta Was this translation helpful? Give feedback.
-
We're trying to implement Four Keys in our team. We are using Gitlab and use a branching strategy that more or less follows Gitflow.
This means we have a develop and a master branch. Therefore not every deployment is a production deployment.
So my question is: Can Four Keys handle this?
Follow up: If we would be switching to a one-main branch setup, we would still have multiple deployments per commit (dev, stage and prod) - how would this work? I have seen no indication/configuration that matches the deployment tier/environment name
Beta Was this translation helpful? Give feedback.
All reactions