Skip to content

Commit

Permalink
Fixing deployment script (#2)
Browse files Browse the repository at this point in the history
* Fixing deployment script

`master` branch was renamed to `main`, but the deployment script was updated.

* Update deploymentscript.ps1

* Update package.json

* Update package.json
  • Loading branch information
allantargino authored Apr 14, 2021
1 parent 7dc3753 commit cb82964
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploymentscript.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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'"
Write-Host "To delete the app, run command 'az group delete --name $resourceGroup'"

0 comments on commit cb82964

Please sign in to comment.