Skip to content
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

Push rejecting due to bad buildpack(?) #41

Open
jmwierzbicki opened this issue Nov 6, 2015 · 4 comments
Open

Push rejecting due to bad buildpack(?) #41

jmwierzbicki opened this issue Nov 6, 2015 · 4 comments

Comments

@jmwierzbicki
Copy link

Aplication was pushed for first time without issues, everything worked fine, but when i made some updates to code, and commited>pushed, following appeared:

remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Fetching set buildpack https://github.com/maxko87/heroku-buildpack-meteor.git... done
remote:
remote: ! Push rejected, failed to detect set buildpack https://github.com/maxko87/heroku-buildpack-meteor.git
remote: More info: https://devcenter.heroku.com/articles/buildpacks#detection-failure
remote:
remote: Verifying deploy...
remote:
remote: ! Push rejected to myappname.
remote:
To https://git.heroku.com/myappname.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'https://git.heroku.com/myappname.git'

@jordansissel
Copy link
Owner

remote: ! Push rejected, failed to detect set buildpack https://github.com/maxko87/heroku-buildpack-meteor.git

This is not the same repo. Maybe open this issue on https://github.com/maxko87/heroku-buildpack-meteor/issues ? I don't know otherwise.

@TomasDePomas
Copy link

I don't know if this is still an issue, but I had the same error with Jordansissel's builpack.
Just for future refference, make sure you do NOT put the .meteor folder in your gitignore. The buildpack needs it to recognize your project as being a meteor project.

Hope this helps someone who runs into the same problem in the future, haven't found this solution anywhere else so far.

("why would you ever put your .meteor folder in the gitignore?" "I don't know.. because I am an idiot..")

@maxko87
Copy link

maxko87 commented Dec 10, 2015

@TomasDePomas, thanks for the tip!

@martriay
Copy link
Contributor

@TomasDePomas 's solution worked for me!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants