1. Heroku push rejected, no Cedar-supported app detected
  2. git init
  3. git remote add heroku <my heroku repo>
  4. git add .
  5. git commit -a -m "First commit"
  6. git push heroku master
  7.  
  8. Counting objects: 102, done.
  9. Delta compression using up to 4 threads.
  10. Compressing objects: 100% (86/86), done.
  11. Writing objects: 100% (102/102), 315.47 KiB, done.
  12. Total 102 (delta 3), reused 0 (delta 0)
  13.  
  14. **-----> Heroku receiving push
  15. ! Heroku push rejected, no Cedar-supported app detected**
  16.  
  17. To git@heroku.com:electric-dusk-3217.git
  18. ! [remote rejected] master -> master (pre-receive hook declined)
  19. error: failed to push some refs to <my heroku rep>