Currently the Coolify deployment step requires manual UI interaction because there's no API token configured. Once one exists, Claude Code sessions can automate deploys, env var updates, rollbacks, and label verification.
Action:
- Coolify → Profile (bottom-left) → Keys & Tokens (or similar) → Generate token
- Name it
claude-code-automation or similar
- Scope: whatever minimum Coolify offers (at least application deploy + env write)
- Store in Doppler:
doppler secrets set --project dissonance-cloud --config prd_loom COOLIFY_API_TOKEN=<value> (and also in the dev / prd configs if you want agent automation from other projects too)
Next time I execute a plan that includes a Coolify deploy, I'll pick up the token and drive the API directly.
Currently the Coolify deployment step requires manual UI interaction because there's no API token configured. Once one exists, Claude Code sessions can automate deploys, env var updates, rollbacks, and label verification.
Action:
claude-code-automationor similardoppler secrets set --project dissonance-cloud --config prd_loom COOLIFY_API_TOKEN=<value>(and also in thedev/prdconfigs if you want agent automation from other projects too)Next time I execute a plan that includes a Coolify deploy, I'll pick up the token and drive the API directly.