Vyrotek
Vyrotek

Reputation: 5459

How can I automatically push code to Azure WebSites when I push to my BitBucket GIT Repository?

I know this is possible using AppHarbor. BitBucket has a service specifically for AppHarbor which I believe notifies them to pull the latest revision when I push to my repository.

Is there a way to setup a similar workflow using Windows Azure Websites?

Upvotes: 3

Views: 634

Answers (2)

David Ebbo
David Ebbo

Reputation: 43193

Update (10/27/2012): as it turns out, the bitbucket support for public git repros just became available today, so give it a try!


Currently this is only supported for Github and Codeplex, but the Bitbucket support is around the corner. Initially, it will only support public repos, but the private repo support won't be too far behind. Can't give exact dates, but normally it should all happen before the end of the year.

Upvotes: 3

Related Questions