mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-08 05:52:55 +00:00
neon-project-create: change default region for staging (#2951)
Change the default region for staging from `us-east-1` to `us-east-2` for project creation. Remove REGION_ID from `neon-branch-create` since we don't use it.
This commit is contained in:
committed by
GitHub
parent
f277140234
commit
fb633b16ac
@@ -33,7 +33,7 @@ runs:
|
||||
;;
|
||||
staging)
|
||||
API_HOST=console.stage.neon.tech
|
||||
REGION_ID=${REGION_ID:-us-east-1}
|
||||
REGION_ID=${REGION_ID:-us-east-2}
|
||||
;;
|
||||
*)
|
||||
echo 2>&1 "Unknown environment=${ENVIRONMENT}. Allowed 'dev' or 'staging' only"
|
||||
|
||||
Reference in New Issue
Block a user