Skip to content

Commit

Permalink
Update azure deployment file
Browse files Browse the repository at this point in the history
  • Loading branch information
vimal-knoldus committed Sep 25, 2023
1 parent 589b33f commit cd5ead0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion az-svc-deployment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ echo "--------docker build done, docker push---------------"
sudo docker push ntdemocontainerregistry.azurecr.io/"$SERVICE_NAME":"$GITHUB_SHA"
echo "--------pushed docker image, deploy to aks cluster--------------------------"

sudo az login --service-principal -u 4535b4bf-5f2a-4d46-9f61-f5889ba6592a -p lkE8Q~GWK8SF5DuJX4lLo5xVovkv-jFYP5G4zaoV --tenant 17742d94-229e-4be7-b2a9-75ba757f345b
sudo az login --service-principal -u 4535b4bf-5f2a-4d46-9f61-f5889ba6592a -p A1q8Q~tLfdWmlKUamBRCOWa3OwZIcJ6Sia6uHb.w --tenant 17742d94-229e-4be7-b2a9-75ba757f345b
echo "--------getting kube config--------------------------"
sudo az aks get-credentials --resource-group "$RESOURCE_GROUP_NAME" --name "$AKS_CLUSTER"
# setup kustomize
Expand Down

0 comments on commit cd5ead0

Please sign in to comment.