Signals are events that trigger jobs in Atlas. They’re the starting point for automation - whether triggered manually, by webhooks, on schedules, or by system events. This guide covers everything about creating effective signals.
signals: deploy-preview: provider: "webhook" description: | Triggered by PR comments containing "/deploy-preview". Creates a preview deployment for the PR branch.