projectkudu / AzureSiteReplicator

Azure Site Extension to replicate the content of one site to other sites using msdeploy
Apache License 2.0
17 stars 4 forks source link

How is the replicator activated? How can I trigger a replication? #5

Closed miparnisari closed 9 years ago

davidebbo commented 9 years ago

It happens automatically when it detects changes to the wwwroot folder of the source site.

miparnisari commented 9 years ago

Including for example the removal of the wwwroot folder itself?

davidebbo commented 9 years ago

No, that probably won't work, and is really not a common scenario. The scenario it's designed for is to do normal publishing to master site (WebDeploy, git, FTP), and have the bits propagate to other sites.

miparnisari commented 9 years ago

Oh ok, thanks! You'd probably want to include these information in the readme file :) it's useful