Hi Baastax,
Can you elaborate on "web site doesn't actually update"? Do you need to manually restart the server through the portal to see the changes after a Git deployment?
If it's just not working with Git even with a restart: Are you using the VS integrated Git support? I'm going from memory here, but I believe that you need to uncheck 'Create directory for solution' when you create your Node.js project, to avoid having an extra subfolder at the root of the Git repository.
Can you elaborate on "web site doesn't actually update"? Do you need to manually restart the server through the portal to see the changes after a Git deployment?
If it's just not working with Git even with a restart: Are you using the VS integrated Git support? I'm going from memory here, but I believe that you need to uncheck 'Create directory for solution' when you create your Node.js project, to avoid having an extra subfolder at the root of the Git repository.