Could just be our use-case but the auto deployment by default is a bit confusing. When you look at the entire pipeline using the pipeline tab, it shows on the left “Auto-Deploy Branches” “Auto-Deploy PRs” as off. But any stage that has a linked branch from Github automatically has auto deployment on by default once you link a branch. And I have to click into the certain stage and turn off auto deployment using the switch in the single stage view. Maybe I’m using this wrong?
f
Frank
01/26/2022, 3:55 PM
Hey @Tony J, yeah what Auto-Deploy Branches does is that when a new branch is created for the repo, a stage is automatically created on Seed, and git pushes to the new branch will trigger a build in this new stage.
Frank
01/26/2022, 3:55 PM
And when the branch is removed, the stage also gets removed on Seed.
Frank
01/26/2022, 3:56 PM
Auto-Deploy PRs work in a similar fashion, but for pull requests.