Skip to content

Commit

Permalink
Update deploy to avoid az login
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lossyrob authored Mar 3, 2023
1 parent 0f2619b commit ec80639
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions deployment/bin/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ if [ "${BASH_SOURCE[0]}" = "${0}" ]; then
# Deploy Terraform #
#####################

bin/azlogin

source ${TERRAFORM_DIR}/env.sh

require_env "DEPLOY_SECRETS_KV"
Expand Down

0 comments on commit ec80639

Please sign in to comment.