Skip to content

Instantly share code, notes, and snippets.

@fastjames
Created October 17, 2016 16:30
Show Gist options
  • Save fastjames/39ea3f5fea15681e678543782448f3e6 to your computer and use it in GitHub Desktop.
Save fastjames/39ea3f5fea15681e678543782448f3e6 to your computer and use it in GitHub Desktop.
jimmy@localhost:~/src/myapp-admin(working-feature)% git push staging master
Counting objects: 9, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (9/9), done.
Writing objects: 100% (9/9), 949 bytes | 0 bytes/s, done.
Total 9 (delta 7), reused 0 (delta 0)
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Failed to detect set buildpack https://codon-buildpacks.s3.amazonaws.com/buildpacks/heroku/nodejs.tgz
remote: More info: https://devcenter.heroku.com/articles/buildpacks#detection-failure
remote:
remote: ! Push failed
remote: Verifying deploy...
remote:
remote: ! Push rejected to myapp-staging.
remote:
To https://git.heroku.com/myapp-staging.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'https://git.heroku.com/myapp-staging.git'
jimmy@localhost:~/src/myapp-admin(working-feature)% ls {1}
Gemfile Procfile Rakefile app/ bower.json config.ru db/ log/ package.json spec/ vendor/
Gemfile.lock README.md TAGS bin/ config/ coverage/ lib/ node_modules/ public/ tmp/ webpack/
jimmy@localhost:~/src/myapp-admin(working-feature)% heroku buildpacks -a myapp-staging
=== myapp-staging Buildpack URLs
1. heroku/nodejs
2. heroku/ruby
3. https://github.com/design-inc/webpack-rails-buildpack.git
jimmy@localhost:~/src/myapp-admin(working-feature)%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment