spawn/sh
A edcdf78ba8
fix(e2e): correct env var names passed to AWS CLI in provision.sh (#1985)
The provision.sh was setting wrong env var names that the TypeScript CLI
does not read:
- AWS_LIGHTSAIL_INSTANCE_NAME → LIGHTSAIL_SERVER_NAME (read by aws.ts:getServerName)
- AWS_REGION → AWS_DEFAULT_REGION (read by aws.ts:authenticate/promptRegion)
- AWS_BUNDLE → LIGHTSAIL_BUNDLE (read by aws.ts:promptBundle)

Without the correct names, each provisioning run created an instance with a
random generated name instead of app_name, causing the post-provision
existence check to fail every time.

Co-authored-by: spawn-qa-bot <qa@openrouter.ai>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-27 01:47:41 -08:00
..
aws feat: Bun workspace monorepo — packages/cli + packages/shared (#1853) 2026-02-23 22:07:05 -08:00
cli fix: export PATH after bun install to fix current-shell availability (#1877) 2026-02-24 04:51:00 -05:00
daytona feat: Bun workspace monorepo — packages/cli + packages/shared (#1853) 2026-02-23 22:07:05 -08:00
digitalocean docs(digitalocean): document DO_REGION, DO_DROPLET_SIZE, and --custom flag (#1970) 2026-02-26 16:35:47 -08:00
docker feat!: remove Fly.io cloud provider support (#1979) 2026-02-27 00:06:32 -05:00
e2e fix(e2e): correct env var names passed to AWS CLI in provision.sh (#1985) 2026-02-27 01:47:41 -08:00
gcp fix(gcp): add network/subnet flags to fix custom VPC subnet mode (#1883) 2026-02-24 14:27:46 -05:00
hetzner fix: add error handling to _ensure_bun() in all Hetzner scripts (#1855) 2026-02-24 01:51:44 -05:00
local feat: Bun workspace monorepo — packages/cli + packages/shared (#1853) 2026-02-23 22:07:05 -08:00
shared refactor: Remove dead code and stale references (#1987) 2026-02-27 04:19:53 -05:00
sprite feat: Bun workspace monorepo — packages/cli + packages/shared (#1853) 2026-02-23 22:07:05 -08:00
test fix(hetzner): update deprecated server types to cx23/cpx22 gen (#1983) 2026-02-27 00:20:31 -08:00