mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-05-08 18:39:50 +00:00
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> |
||
|---|---|---|
| .. | ||
| aws | ||
| cli | ||
| daytona | ||
| digitalocean | ||
| docker | ||
| e2e | ||
| gcp | ||
| hetzner | ||
| local | ||
| shared | ||
| sprite | ||
| test | ||