projectkudu / KuduSync

A file copying tool with semantic appropriate for deploying web site files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prevent generating iisnode.yml

swordfish444 opened this issue · comments

Is there an option I can pass to kudosync to prevent it from generating the web.config and iisnode.yml defaults?

Our environments have static iisnode.yml and web.config files that are within the azure website root directory and not part of the git repo. Kudosync generates defaults for both files (since they are not part of the git) and replaces ours.

Using Git deployment to remote from local and running default deploy.cmd

Thanks guys! I Love Kudu!

I don't think that KuduSync knows anything special about those files. Instead, I think that all happens in selectNodeVersion.js, which is part of Kudu.

BTW, not saying that the idea is not potentially interesting, but just that it's the wrong repo :)

You're absolutely right. Thank you.