diff --git a/deploymentscript.ps1 b/deploymentscript.ps1 index 5df0122e..a1f111b4 100644 --- a/deploymentscript.ps1 +++ b/deploymentscript.ps1 @@ -85,8 +85,8 @@ git commit -m "Initial commit" $a = git remote add azwebapp $publishConfig.scmUri git remote rm azwebapp git remote add azwebapp $publishConfig.scmUri -git push azwebapp master +git push azwebapp main:master Write-Host "Deployment Complete" Write-Host "Open url https://$deploymentName.azurewebsites.net in the browser" -Write-Host "To delete the app, run command 'az group delete --name $resourceGroup'" \ No newline at end of file +Write-Host "To delete the app, run command 'az group delete --name $resourceGroup'"