Create a Pipeline
Trigger Types
Manual Trigger
View Pipeline Runs
Webhook-Based Triggers
Combine pipelines with webhooks for event-driven deployments:- Create a webhook for
app.deployedevents - Trigger downstream pipelines or notifications
- Use event rules for complex automation workflows
Pipeline Status Reference
Best Practices
- Use
mainbranch for production — trigger deploys only from stable branches - Add a test step — catch issues before deployment
- Set up notifications — use webhooks to alert on failures
- Review pipeline logs — check run history for debugging