The `onProduction` method fails if you use a branch name of `main`. ``` $prodBranch = $this->onDedicated() ? 'production' : 'master'; ```