Set up automated build and deployment pipelines for your applications.

Create a Pipeline

Trigger Types

Manual Trigger

View Pipeline Runs

Webhook-Based Triggers

Combine pipelines with webhooks for event-driven deployments:
  1. Create a webhook for app.deployed events
  2. Trigger downstream pipelines or notifications
  3. Use event rules for complex automation workflows

Pipeline Status Reference

Best Practices

  1. Use main branch for production — trigger deploys only from stable branches
  2. Add a test step — catch issues before deployment
  3. Set up notifications — use webhooks to alert on failures
  4. Review pipeline logs — check run history for debugging