-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Heroku deploy not functioning #2797
Comments
It's the same here. |
Just ran into this as well, reached out to slack channel for support. |
I think the issue is with the buildpack we are using. At the moment we are using this custom one made to work with Solidus. I think we need to change this line and maybe rebase against the master upstream. |
I started working on fixing this, I've rebased against master (heroku's master) in a fork I have, looks like the highlighted line @kennyadsl points is not the problem per se, after rebasing I'm getting /app/tmp/buildpacks/5d51a38112e2190359fa255183c8bd4ece02a1addd9e6b285cccd67eb2ff9771a87dd90fe05d6ec64f7aca596e8c18c171474ac464cd56b347ece7c9ae3586ad/lib/language_pack/helpers/bundler_wrapper.rb:130:in `read': No such file or directory @ rb_sysopen - ./Gemfile.lock (Errno::ENOENT) which should not happen since the |
I get an error too: |
I got the button to work again after some dirty monkey patches on both this repo and the heroku-buildpack-solidus-demo one, you can try it here, this is for sure not a good solution, I'm still playing around to find a proper one and I have some suspicions on the Update: I've broken it again, since I'm still playing with it. Pretty much the change I made was actually committing the Update 2: I'm thinking that the problem is the |
Hey there,
The same situation. It is not resolved.
Best,
Rostyslav
… On Aug 13, 2018, at 12:26 AM, Omar V. ***@***.***> wrote:
I got the button to work again after some dirty monkey patches on both this repo and the heroku-buildpack-solidus-demo <https://github.com/VzqzAc/heroku-buildpack-solidus-demo/tree/fix-heroku-buildpack> one, you can try it here <https://github.com/VzqzAc/solidus/tree/fix-heroku-buildpack>, this is for sure not a good solution, I'm still playing around to find a proper one and I have some suspicions on the solidus.rb file on the buildpack repo, but in case you want to check there's my work so far
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#2797 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/Ago4Ml18xnR67Nq-pO9-QUo2WGUA4Mnkks5uQP_-gaJpZM4VIqoB>.
|
I have a fix ready for the heroku deploy button here: nebulab/heroku-buildpack-solidus-demo@518ca59 Heroku build is still failing for #2826, which is almost solved here. I'm going to fix the deploy button after the new ransack version is released. |
I rebased our heroku buildpack repository against its upstream so we have the latest things. I also made a small hack that disables yarn install, since we are not using it in the sample app and it was generating an issue with our solidus buildpack. Closing this issue since now the deploy button works again! |
Steps to reproduce
Click the Heroku deploy button in the readme :)
Expected behavior
It should deploy a Solidus sandbox app
Actual behavior
It breaks during deployment, here is the log:
The text was updated successfully, but these errors were encountered: