Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync Other Site\ folders? #13

Open
pdmnet102 opened this issue Dec 23, 2016 · 3 comments
Open

Sync Other Site\ folders? #13

pdmnet102 opened this issue Dec 23, 2016 · 3 comments

Comments

@pdmnet102
Copy link

pdmnet102 commented Dec 23, 2016

I love your project!

Is it possible to sync folders other than site\wwwroot?

In my Azure Web App i'd like to replicate the site\wwwroot folder and the site<newfolder> to my other sites.

I couldn't find anywhere in the project that defines the folders sync'd.

Paul

@davidebbo
Copy link
Member

Paul, as it stands, it only target the wwwroot folder. It should be possible to extend it to other folders in theory.

@pdmnet102
Copy link
Author

pdmnet102 commented Dec 31, 2016

Hi David,

Thanks and happy holidays!

Is the wwwroot target defined in a config file or somewhere else? I con't find any config for the target folder...

Many thanks.I love this extension.

Regards,

Paul

@davidebbo
Copy link
Member

The publishing target is whatever folder is defined as the physical root of the target app, which normally is d:\home\site\wwwroot. That's something you can change in the target app, in the portal under Application Settings. So effectively you can change the target, but I think it's not quite what you're trying to achieve. Still give it a try.

Happy holidays to you as well!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants