Skip to content

Deployment

Deploy Trigger.dev tasks to production.

Quick Deploy

bash
npx trigger.dev login    # Login (one-time)
npx trigger.dev deploy   # Deploy

Triggering Deployed Tasks

Use the PROD API key from your Trigger.dev dashboard:

bash
TRIGGER_SECRET_KEY="tr_prod_abc123"

Deployment Guide

Built from official Trigger.dev documentation