Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Ruby Build a Simple Ruby on Rails Application Deploying Deploying Treebook to Heroku

Deploy Heroku

I would like to deploy the Ruby on Rails application, but it looks like the default place that heroku looks is in github, what if my application in on bitbucket instead? When i try to use the instructions in the video to deploy the code that is in bitbucket, it tells me the repo is not found?

2 Answers

Dave McFarland
STAFF
Dave McFarland
Treehouse Teacher

I think Jim is justing using Github to archive his project on a remote depository. When he deploys to Heroku he's deploying from the master branch of his LOCAL depository on his computer.

Thanks Dave for the insight. I think I initially misunderstood the concept. I thought heroku was pulling code from github.