diff --git a/Makefile b/Makefile index 6c33f0b6d..6d816c65a 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,7 @@ azd-login: ## 🔑 Login to Azure with azd and a SPN az-login: ## 🔑 Login to Azure with az and a SPN az login --service-principal -u ${AZURE_CLIENT_ID} -p ${AZURE_CLIENT_SECRET} --tenant ${AZURE_TENANT_ID} -deploy: azd-login ## 🚀 Deploy everything to Azure +deploy: azd-login az-login ## 🚀 Deploy everything to Azure @echo -e "\e[34m$@\e[0m" || true @azd env new ${AZURE_ENV_NAME} @azd env set AZURE_APP_SERVICE_HOSTING_MODEL code --no-prompt