damian
06/16/2022, 4:18 PMThere is no verified pact between version 1.0.0 of demo-app and a version of GameService currently deployed or released to production (no version is currently recorded as deployed/released in this environment)
when running can-i-deploy. How do I configure/set the environment for my consumer + provider contracts? I couldn't find it in the Pact Broker Client CLI commands.Matt (pactflow.io / pact-js / pact-go)
pact-broker record-deployment
command after you have deployed your application.
See https://docs.pact.io/pact_broker/recording_deployments_and_releases.
I’d also recommend going through the CI/CD workshop 👇 for the detail here (howtolearn)Slackbot
06/17/2022, 1:55 AMBeth (pactflow.io/Pact Broker/pact-ruby)