evodevo
evodevo

Reputation: 509

How to deploy from bitbucket directly to appfog?

I want my project to be automatically deployed to appfog when my bitbucket git repository is updated, is there a way to do that?

Upvotes: 0

Views: 769

Answers (1)

Eugene Ryzhikov
Eugene Ryzhikov

Reputation: 17369

Here is what you have to do:

  1. Setup and instance of Jenkins build server.
  2. Configure Jenkins to pull from your Bitbucket repo, build and deploy to Cloud Foundry
  3. Configure commit hook in your Bitbucket repository to execute your Jenkins build

Hope this helps

Upvotes: 3

Related Questions