I have been developing a facebook app for a while, and now I want to change all the files, except I get this error when trying to git push heroku:
C:\Users\amando96\deep-window-4782>git push heroku
Counting objects: 14, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (10/10), done.
Writing objects: 100% (11/11), 2.78 KiB, done.
Total 11 (delta 2), reused 0 (delta 0)
-----> Heroku receiving push
! Heroku push rejected, no Cedar-supported app detected
To git@heroku.com:deep-window-4782.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'git@heroku.com:deep-window-4782.git'
C:\Users\amando96\deep-window-4782>
And it doesn't update the git repository, and thus the app isn't updated either.
What am I missing?
thanks.
Procfileup-to-date with your code changes? – Michael Mior Sep 15 '12 at 15:32git bisectcan be helpful here if your commits are granular enough. – Michael Mior Sep 15 '12 at 16:03