ai-automation-consultant / Failure Lab

Wrong Environment Variable

Production points at staging even though the deploy itself succeeded.

Category

deployment

Difficulty

intro

Last Run

none

Incident Brief

Identify why production writes are landing in the wrong place.

Broken State

The production deployment has ACADEMY_CRM_BASE_URL copied from staging.

Symptoms

  • Production leads appear in the staging CRM workspace.
  • The release commit and workflow version are correct.

Trace

env.ACADEMY_CRM_BASE_URL=https://staging-crm.example.test
lead.sync target_workspace=staging source=production

Diagnosis