Skip to content

Commit

Permalink
Revert "testing automation flow"
Browse files Browse the repository at this point in the history
This reverts commit 6fe202f.
  • Loading branch information
Prashant-Microsoft committed Oct 17, 2024
1 parent e07bb10 commit dbd0917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ deploy: az-login azd-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
@az group create --name ${AZURE_RESOURCE_GROUP} --location ${AZURE_LOCATION}
@az group create --name ${AZURE_RESOURCE_GROUP} --location eastus
@azd provision --no-prompt
@azd deploy web --no-prompt
@azd deploy function --no-prompt
Expand Down

0 comments on commit dbd0917

Please sign in to comment.