Share via

WebApp deployment no longer working

Harry 81 Reputation points
2020-12-28T11:23:17.853+00:00

I am running an Azure WebApp with Node 14 LTS and its connected to my private GitHub repository. My deployments were running on each code commit automatically until October and now I tried to deploy new code again and only end up with this error:

error: cannot run ssh: No such file or directory
fatal: unable to fork
/usr/bin/git fetch origin --progress

I only modified my code, pushed to the repository and expected the deployment to run - which obviously does no longer work. I found several such posts on the Internet but not how to solve it.

Any thoughts?

Harry.

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.

0 comments No comments

Answer accepted by question author

Bryan Trach 17,842 Reputation points Microsoft Employee Moderator
2020-12-29T03:16:50.9+00:00

@Harry , we are sorry for the error that you encountered.

Can you please try adding SCM_ENABLE_DYNAMIC_INSTALL=false as an app setting to your app? Please note that this will cause a reboot to your app.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Harry 81 Reputation points
    2020-12-29T08:50:53.357+00:00

    After several redeploy/sync tries it started working again!

    Thanks for your help!

    I wonder why this broke in the first place - thats not what I expect from an App service. :-/

    Harry.

    Was this answer helpful?


  2. Harry 81 Reputation points
    2020-12-28T12:57:04.073+00:00

    One more detail: After I pushed the first change to the repository, I got this error message. After that, with further code changes, nothing happens anymore.

    Harry.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.