Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions scripts/deploy_preview.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ aws configure set aws_access_key_id "$AWS_ACCESS_KEY_ID"
aws configure set aws_secret_access_key "$AWS_SECRET_ACCESS_KEY"

export region=ap-south-1
export cluster_name=uat-cluster
export cluster_name=uatx-cluster

echo "[default]
region = $region
Expand Down Expand Up @@ -48,7 +48,8 @@ export APPSMITH_AI_SERVER_MANAGED_HOSTING="$APPSMITH_AI_SERVER_MANAGED_HOSTING"
export IN_DOCKER="$IN_DOCKER"


aws eks update-kubeconfig --region "$region" --name "$cluster_name" --profile eksci
# aws eks update-kubeconfig --region "$region" --name "$cluster_name" --profile eksci
aws eks update-kubeconfig --region "$region" --name "$cluster_name"

echo "Set the default namespace"
kubectl config set-context --current --namespace=default
Expand Down