Ferry models go to staging when someone emails a zip. The official source of truth should be a Git repository, and a commit or merge should create a pipeline execution. What should start the pipeline?
Select an answer to reveal the explanation.
Short Explanation
Ferry models go to staging when someone emails a zip. A Git commit or merge should start the pipeline. An emailed zip is not version control, and an uncommitted laptop folder is not CI/CD.
Full Explanation
Git is the pipeline source. A commit or merge in the connected repo starts CI/CD. An emailed zip and an uncommitted laptop folder are not version control. Polly is not a source action.