Skip to content

Commit

Permalink
Update deployment file
Browse files Browse the repository at this point in the history
  • Loading branch information
vimal-knoldus committed Oct 3, 2023
1 parent a5c48db commit 565d271
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="adminservice"
RESOURCE_GROUP_NAME="az-nashtech-resource-group"

sudo az aks install-cli
sudo az acr login --name ntdemocontainerregistry --username ntdemocontainerregistry --password 6ClsvR5eY7l/+oBoqfAtpAe0pw4BPFfMpFx3MnNsEy+ACRCmws5F
sudo az acr login --name ntdemocontainerregistry --username ntdemocontainerregistry --password J6oxmmKlfahyLMHmi6L/gHCrc1ldjzQApCXLqCTaeR+ACRClrVYI
echo "---------build and deploy $SERVICE_NAME-----------"
cd "$SERVICE_NAME" || exit
mvn clean install
Expand Down

0 comments on commit 565d271

Please sign in to comment.