diff --git a/AGENTS.md b/AGENTS.md index 72112cd7d..64c69151a 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -50,6 +50,14 @@ bin/jobs # Manage Solid Queue jobs bin/kamal deploy # Deploy (requires 1Password CLI for secrets) ``` +## Deploy + +Default branch: `main` +Pre-deploy: `bin/rails saas:enable` +Deploy: `bin/kamal deploy -d ` +Destinations: production, staging, beta, beta1, beta2, beta3, beta4 +Note: `beta` is a template requiring `BETA_NUMBER` env var; typical targets are `beta1`-`beta4`. + ## Architecture Overview ### Multi-Tenancy (URL-Based)