Pick a pipeline template

Your team's deployment flow is the basis for the pipeline. Pick the closest match. You can edit branches, statuses, and stages after applying a template.

Info:
You connected Ideaplaces/monday2github-playground to the monday2github Development board. Choose a starting template for this repository's pipeline.

Templates

Full pipelineRecommended

PR review, dev, staging, and production. The default for most engineering teams.

PR opened

Code Review

develop

Deployed to Dev

staging

Deployed to Staging

main

Deployed to Production

Staging and production

PR review, staging, and production. For teams that deploy directly from PR to staging.

PR opened

Code Review

staging

Deployed to Staging

main

Deployed to Production

Production only

A single stage: push to main is production. For small teams or trunk-based workflows.

main

Deployed to Production

With QA

PR review, dev, QA, staging, production. For teams with a dedicated QA stage before staging.

PR opened

Code Review

develop

Deployed to Dev

qa

Deployed to QA

staging

Deployed to Staging

main

Deployed to Production

Build a custom pipeline

Start with one stage and add your own. Recommended only if none of the templates fit.