Skip to content

Commit 3919086

Browse files
committed
Fix: Remove AWS_PROFILE requirement from get-staging-url.sh
- Removed AWS_PROFILE=personal export to use default credentials - Fixes UnrecognizedClientException error when running script - Script now works with any configured AWS credentials
1 parent bb572f1 commit 3919086

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

deployment/get-staging-url.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ set -e
77
echo "🔍 Finding staging environment URL..."
88
echo ""
99

10-
# Ensure AWS profile is set
11-
export AWS_PROFILE=personal
10+
# Use default AWS credentials (no profile needed)
1211
REGION="us-east-2"
1312
CLUSTER="pythonide-cluster"
1413
SERVICE="pythonide-staging-service"

0 commit comments

Comments
 (0)