Failed to redeploy git

Sometimes, for some reason, when I deploy a commit via local azure repositories, local git repository, it cannot find one of our remote repos (server down, whatever) and so it cannot get some nuget packages. which causes the deployment to fail.

In this case, the only way to force the deployment to run again is to make another change; it is not bueno. Is there a way to restart a failed git deployment without starting an automatic deployment with a new commit?

+3


source to share


1 answer


Open the Azure Portal , select the DEPLOYMENTS tab of your site. Select the failed deployment item and you'll see a redo button in the bottom command bar. Try clicking on it. You can also force all deleted items to be expanded by selecting it and clicking the redeploy button.



+4


source







All Articles