Skip to content

Git vs WebDeploy

David Ebbo edited this page May 29, 2013 · 1 revision

We opted to use git over WebDeploy (aka msdeploy) to sync content from Kudu to Kudu Calf. There are a few reasons:

  1. WebDeploy does support propagating deletions, unless you wipe out the target folder
  2. WebDeploy is Windows only, and we may want a Linux/Mac version at some point
  3. WebDeploy doesn't support history, in case we choose to use that later
Clone this wiki locally