I was able to deploy on the hero yesterday just fine. We are in a cedar stack with rails 3.2. When I deploy it, it gives me the following:
$ git push -f heroku-ab-staging tmp-heroku-deploy-gochez_heroku_test-2012-05-08-10-43-39:master
Counting objects: 222, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (162/162), done.
Writing objects: 100% (191/191), 112.28 KiB, done.
Total 191 (delta 45), reused 13 (delta 0)
-----> Heroku receiving push
-----> Ruby/Rails app detected
To git@heroku.com:myapp.git
error: failed to push some refs to 'git@heroku.com:myapp.git'
(Please note that I changed my real app name to myappfor privacy issues)
Any idea what could be causing this? Yesterday it worked perfectly. What debugging can I do to figure out what the problem is?
source
share