After a month of successfully getting my app on Heroku, everything stopped working. No major changes. Google was mostly silent from my observations. Any help appreciated.
the info
heroku info === happyapp Web URL: http://happyapp.herokuapp.com/ Git Repo: [email protected]:fitwit.git Dynos: 0 Workers: 0 Repo size: 49M Slug size: 84M Stack: cedar Data size: (empty) Addons: Basic Logging, MongoHQ MongoHQ Free, Basic Release Management, Shared Database 5MB Owner: [email protected]
the result
%git push heroku master Counting objects: 477, done. Delta compression using up to 2 threads. Compressing objects: 100% (205/205), done. Writing objects: 100% (367/367), 104.57 KiB, done. Total 367 (delta 235), reused 223 (delta 145) -----> Heroku receiving push ! Heroku push rejected, no Cedar-supported app detected To [email protected]:happyapp.git ! [remote rejected] master -> master (pre-receive hook declined) error: failed to push some refs to '[email protected]:happyapp.git'
Any other troubleshooting options?
Tim