Skip to content

Commit c4016e9

Browse files
V48 Gate 3 (implementation-only): staging-testnet bring-up targets the shared staginglocal-testnet Vercel environment
One Vercel custom environment serves both staging-testnet and local-testnet (custom-env limit of 1); the bring-up script's default VERCEL_TARGET follows. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 5b1df55 commit c4016e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/bringup-staging-testnet.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ PROJECT_REF="mwugicjpxmrtctvjghjg"
2121
SUPABASE_URL="https://${PROJECT_REF}.supabase.co"
2222
SECRETS_FILE="$(dirname "$0")/.env.staging-testnet"
2323
# Vercel custom environment the testnet.bitcode.exchange domain is attached to.
24-
VERCEL_TARGET="${VERCEL_TARGET:-staging-testnet}"
24+
VERCEL_TARGET="${VERCEL_TARGET:-staginglocal-testnet}"
2525

2626
require_secrets() {
2727
if [[ ! -f "$SECRETS_FILE" ]]; then

0 commit comments

Comments
 (0)