Thanks Johnb, I'll give that a try. On Tue, Jun 29, 2010 at 3:36 AM, johnb <[email protected]> wrote:
> try it with a clean app on heroku, you can create the app on bamboo on > initial creation - although I've never had a problem migrating an app > over to bamboo > > heroku create myapp --stack bamboo --remote my2ndbambootest > > --remote specifies what the remote git repo will be referred to > locallly. > > and the push to the new app > > git push my2ndbambootest master > > hth, > > john. > > On Jun 29, 4:22 am, geolev <[email protected]> wrote: > > I developed my app and tried to deploy it to Heroku but it complained > > with: > > > > ! This version of Rails is only supported on the Bamboo stack > > ! Please migrate your app to Bamboo and push again. > > ! Seehttp://docs.heroku.com/bamboofor more information > > ! Heroku push rejected, incompatible Rails version > > > > I started following the instructions provided athttp:// > docs.heroku.com/bamboo > > but I can deploy to trybamboo and I can run the app. > > > > This appears to work: > > git push trybamboo master > > > > But then when I try this from the project folder: heroku stack:migrate > > bamboo-ree-1.8.7 > > > > I get the following: > > No app specified. > > Run this command from app folder or set it adding --app <app name> > > > > When I try to specify the --app name, it get the following: > > ! Internal server error > > > > Does anybody have any suggestions? > > > > Thanks, > > -- > You received this message because you are subscribed to the Google Groups > "Heroku" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<heroku%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/heroku?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
