I have an existing git repository for my personal site, which I port to Sinatra (mainly for templates, this is a static site). I do NOT want to lose / reset this git repository.
When I try to click on Heroku, I get the error below. I have a config.ru file, Gemfile and Gemfile.lock, as well as some other materials for Sinatra. Running rackup works, bundle exec rackup , and I have not received any warnings from Heroku about missing dependencies.
Am I missing something? I can post the directory structure on my site if that helps (although it is close to the source).
~/Repos/website β gp heroku master Counting objects: 2836, done. Compressing objects: 100% (2669/2669), done. Writing objects: 100% (2836/2836), 3.48 MiB | 252 KiB/s, done. Total 2836 (delta 481), reused 2117 (delta 155) -----> Heroku receiving push ! Heroku push rejected, no Cedar-supported app detected To git@heroku.com :APP_NAME_HERE.git ! [remote rejected] master -> master (pre-receive hook declined) error: failed to push some refs to ' git@heroku.com :APP_NAME_HERE.git'
source share