We're trying to deploy a big Rails project to Heroku for the first time, but something's breaking during the Heroku compilation process and we have no way of knowing what.
So now we're going to plan B, which is to walk up the commit chain and test deploy each step of the way against Heroku until we figure out at which point it becomes un-compileable. (Yea, it's the best I could come up with at this point.)
So I figured I'd just clone the project locally, checkout some old commits, and push to heroku. But then I discovered that if I push to heroku from anything but master, it doesn't build the app?? Instead it says: "Pushed to non-master branch, skipping build."
So now even my bad plan is a non-starter. I'm just looking for a break here. Any ideas on how to do what im trying to do?