Could just be our use-case but the auto deployment...
# seed
t
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
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.
And when the branch is removed, the stage also gets removed on Seed.
Auto-Deploy PRs work in a similar fashion, but for pull requests.
You can read more about the feature here https://seed.run/docs/working-with-branches.html
p
The buttons actually mean auto create, deploy and delete based on the PR/Branch lifecycle in git. That's a bit long for a button though! 🙂