From cb82964c24a3d483ee9299cc2b09284f5c31ae05 Mon Sep 17 00:00:00 2001 From: Allan Targino <13934447+allantargino@users.noreply.github.com> Date: Wed, 14 Apr 2021 08:43:46 -0300 Subject: [PATCH] Fixing deployment script (#2) * Fixing deployment script `master` branch was renamed to `main`, but the deployment script was updated. * Update deploymentscript.ps1 * Update package.json * Update package.json --- deploymentscript.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'"