Skip to content

Commit 7f40d8a

Browse files
authored
Back to us-east
1 parent 4085c48 commit 7f40d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ps-create-helper-functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function create-db-branch {
1010
pscale branch delete "$DB_NAME" "$BRANCH_NAME" --force --org "$ORG_NAME" 2>/dev/null
1111
fi
1212

13-
pscale branch create "$DB_NAME" "$BRANCH_NAME" --region us-west --org "$ORG_NAME"
13+
pscale branch create "$DB_NAME" "$BRANCH_NAME" --region us-east --org "$ORG_NAME"
1414
# if branch creation fails, exit with error
1515
if [ $? -ne 0 ]; then
1616
echo "Failed to create branch $BRANCH_NAME for database $DB_NAME"

0 commit comments

Comments
 (0)