WordPress theme git deployment to windows azure

I need to set up continuous deployment of a WordPress theme that is source controlled on bit-bucket.

An external agency is managing the theme development.

Read More

The WordPress install is hosted on the Windows Azure platform.
I can set up continuous deployment from a number of git services, including bit-bucket, but Azure wants to set the deployment from site root, where I need to the deployment on at the themes folder level.

How do I achieve this?

Thanks

Related posts

Leave a Reply

1 comment

  1. It turns out all that is required is a .deployment file in the root of the repository

    [config]
    DEPLOYMENT_TARGET = D:homesitewwwrootpathtotheme