How can I deploy git tag on Azure sites from Bitbucket

We are currently using a git stream to develop our nodejs site running on Azure sites.

Deploy works well with branch (e.g. for development), but doesn't seem to check out anything new if I specify a version tag (even forcing sync with BitBucket).

Any idea how I should go about doing this as I really want the production site to match the version?

+3


source to share





All Articles