From ec80639d8f1dbc438df706b4a3aa1d3f5f226737 Mon Sep 17 00:00:00 2001 From: Rob Emanuele Date: Fri, 3 Mar 2023 12:59:18 -0500 Subject: [PATCH] Update deploy to avoid az login This will test whether GitHub is able to deploy with the mounted /root/.azure login credentials for deployment. Currently this line was attempting to login with the service principal, which is now unset. --- deployment/bin/deploy | 2 -- 1 file changed, 2 deletions(-) diff --git a/deployment/bin/deploy b/deployment/bin/deploy index 7b5b47dc..9d5c11a0 100755 --- a/deployment/bin/deploy +++ b/deployment/bin/deploy @@ -117,8 +117,6 @@ if [ "${BASH_SOURCE[0]}" = "${0}" ]; then # Deploy Terraform # ##################### - bin/azlogin - source ${TERRAFORM_DIR}/env.sh require_env "DEPLOY_SECRETS_KV"