ruby on rails - Stack overflow push rejected with no reason -
i'm trying push heroku , get's verifying deploy...
step rejects push no reason:
remote: =====> downloading buildpack: https://github.com/heroku/heroku-buildpack-ruby.git remote: =====> detected framework: ruby remote: -----> compiling ruby/rails remote: -----> using ruby version: ruby-2.1.2 remote: -----> installing dependencies using 1.7.12 remote: running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment remote: fetching source index https://rubygems.org/ remote: verifying deploy.................................................. remote: remote: ! push rejected <app_name_omitted>. remote: ! [remote rejected] test_botched_deploy -> master (pre-receive hook declined) error: failed push refs 'https://git.heroku.com/app-name-omitted.git'
i'm not sure google this. there way enable verbose mode heroku deploys?
presuming works locally before push, place start make sure have pushed current version of gemfile
, gemfile.lock.
Comments
Post a Comment