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 cd5ead0 commit 853c7a9
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 @@ -6,7 +6,7 @@ DEPLOYMENT_NAME="admin-service"
RESOURCE_GROUP_NAME="az-nashtech-resource-group"

sudo az aks install-cli
sudo az acr login --name ntdemocontainerregistry --username ntdemocontainerregistry --password rsLWRGZx28OcmFaJPqhykv2RPS6oq4YNLsmlUIcanJ+ACRDRyyRH
sudo az acr login --name ntdemocontainerregistry --username ntdemocontainerregistry --password BjGQNe5mzQquXBcYe6rh6A5aAMhDtUY5x5zs8TCzPX+ACRCQa/EP
echo "---------build and deploy $SERVICE_NAME-----------"
cd "$SERVICE_NAME" || exit
mvn clean install
Expand Down

0 comments on commit 853c7a9

Please sign in to comment.