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

Can not deploy to Heroku #65

Closed
mbardolia opened this issue Jul 20, 2017 · 1 comment
Closed

Can not deploy to Heroku #65

mbardolia opened this issue Jul 20, 2017 · 1 comment

Comments

@mbardolia
Copy link

I'm trying to deploy the sample app on a heroku instance, but keep receiving an error when trying to do so.

:node (master) $ git push heroku master
Counting objects: 225, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (100/100), done.
Writing objects: 100% (225/225), 6.82 MiB | 4.17 MiB/s, done.
Total 225 (delta 116), reused 225 (delta 116)
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Failed to detect app matching https://codon-buildpacks.s3.amazonaws.com/buildpacks/heroku/nodejs.tgz buildpack
remote: More info: https://devcenter.heroku.com/articles/buildpacks#detection-failure
remote:
remote: ! Push failed
remote: Verifying deploy...
remote:
remote: ! Push rejected to boiling-depths-18729.
remote:
To https://git.heroku.com/boiling-depths-18729.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'https://git.heroku.com/boiling-depths-18729.git'

Any assistance on pointing me in the correct direction resolve would be greatly appreciated.

@mbardolia
Copy link
Author

I realized that this was an issue on my side. I thought the directory I was working in was already in git and it was not. This had a bunch of other ramifications that was preventing the app from deploying properly to Heroku. Once I got it in git, worked as expect. Chalk this up to user (my) error.

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

1 participant