为什么我不能部署在旧堆栈上运行的rails项目(bamboo)?

Kod*_*lie 2 heroku

我还没有将我的rails项目迁移到雪松堆栈.我想在heroku上将一些错误修复程序推送到我的生产应用程序,但这是响应:

$ git push heroku master
remote: !   bamboo-mri-1.9.2 stack not supported.
fatal: unable to access 'https://git.heroku.com/project.git/': The requested URL returned error: 400
Run Code Online (Sandbox Code Playgroud)

是否仍然可以部署在竹子上运行的遗留应用程序?

谢谢!

Kod*_*lie 5

通过在ssh上使用git而不是在https上解决问题.传统竹堆不支持https传输.这是heroku文章:

https://devcenter.heroku.com/articles/git#ssh-git-transport

对于ssh传输,你必须通过一些箍来调出你的连接.我发现这篇文章非常有帮助.