-
Notifications
You must be signed in to change notification settings - Fork 264
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
Comments
This is not the same repo. Maybe open this issue on https://github.com/maxko87/heroku-buildpack-meteor/issues ? I don't know otherwise. |
I don't know if this is still an issue, but I had the same error with Jordansissel's builpack. 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..") |
@TomasDePomas, thanks for the tip! |
@TomasDePomas 's solution worked for me! |
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'
The text was updated successfully, but these errors were encountered: