Hey there! I am trying to get my team up to Diamon...
# general
k
Hey there! I am trying to get my team up to Diamond level, but there is something I'm unclear on. Say I have a new provider and a new consumer, and these two exist in a monorepo. If I am setting up the pipeline for both and adding the
can-i-deploy
and
record-deployment
for both, then it seems I will come to a stalemate since the pipeline changes would exist for both in the same commit, nothing is merged into the target branch, so there's nothing to verify
can-i-deploy
against. I assume I can do this across multiple PRs where I configure the
consumer test
,
provider test
,
provider verification webhook
, and
record-deployment
, let it deploy to my target branch, then configure
can-i-deploy
? Or is there a preferred method of managing this in a monorepo?