projectkudu / kudu

Kudu is the engine behind git/hg deployments, WebJobs, and various other features in Azure Web Sites. It can also run outside of Azure.
Apache License 2.0
3.12k stars 652 forks source link

Local git deployment does not synchronously delete files (Linux webapp) #3459

Closed lc-lc0304 closed 1 year ago

lc-lc0304 commented 1 year ago

Hi Team:

We have encountered a difficulty, please assist.

We are using the Linux app service and the development language is php. After deleting a file locally and deploying it to the cloud, it will not be deleted in real time. We are very confused.

At present, we have tested and found that the Linux PHP and node.js stack did not synchronize in real time after deleting a file, but Java Linux is sufficient. We are very puzzled.

Please tell us the reason.This issue has caused a delay in our work. Please assist,Thank you very much.