Amila Iddamalgoda
Amila Iddamalgoda

Reputation: 4296

Continuous Deployment using Codeship

I'm using code ship for deploy a node.js project in heroku.I'm dong it using this tutorial.I have setup a git repository with the node js project in bitbucket.

In one step it ask to hook codeship with bitbucket.I have successfully done it.but this message keeps on coming , with out going to the next step.Please help me out with this.

enter image description here

Upvotes: 2

Views: 529

Answers (1)

Clemens Helm
Clemens Helm

Reputation: 3981

When you push a new commit to your Bitbucket repository, this will trigger your first build and the message will disappear.

Upvotes: 2

Related Questions